From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F894C77B7A for ; Tue, 30 May 2023 18:54:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232592AbjE3SyC (ORCPT ); Tue, 30 May 2023 14:54:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232364AbjE3Sxx (ORCPT ); Tue, 30 May 2023 14:53:53 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9710E11A; Tue, 30 May 2023 11:53:46 -0700 (PDT) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 34UIraC5103087; Tue, 30 May 2023 13:53:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1685472816; bh=CyF6SW6HfaO/Jbyibzsjo2HNvNguoBsxC7LAz9g3V7I=; h=From:To:CC:Subject:Date; b=Zu/MozsqDMiYS2bvz0RnLhfjN0+oeM4w1yKy8MiZdTcpGWSRP4qVBdglyueMUahBC oAxld3Azda8NuYbVb6T8SNS7vjPpmlBT5LkXQwnv2yZc50AcjD05pCDNdoyDk4F6Yi nT5JxoNX8//kBKRHdnoHrOTdfZ7AXHyRC9HGF6Ik= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 34UIra4n057176 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 30 May 2023 13:53:36 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 30 May 2023 13:53:36 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 30 May 2023 13:53:36 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 34UIrax3019046; Tue, 30 May 2023 13:53:36 -0500 From: Nishanth Menon To: Conor Dooley , Krzysztof Kozlowski , Rob Herring CC: , , , Tero Kristo , Vignesh Raghavendra , Nishanth Menon , Udit Kumar , Nitin Yadav , Neha Malcom Francis Subject: [PATCH 0/2] arm64: dts: ti: k3-am62/64: Add ESM Support Date: Tue, 30 May 2023 13:53:33 -0500 Message-ID: <20230530185335.79942-1-nm@ti.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Couple of follow on patches based on [1] adding ESM nodes and mapping for AM62/AM64. Nishanth Menon (2): arm64: dts: ti: k3-am62: Add ESM support arm64: dts: ti: k3-am64: Add ESM support arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 6 ++++++ arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi | 6 ++++++ arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 6 ++++++ arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi | 6 ++++++ 4 files changed, 24 insertions(+) [1] https://lore.kernel.org/all/20230504080526.133149-1-n-francis@ti.com/ -- 2.40.0