From nobody Fri Dec 19 03:14:14 2025 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 26CD1EEB580 for ; Mon, 11 Sep 2023 04:10:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231191AbjIKEKW (ORCPT ); Mon, 11 Sep 2023 00:10:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229584AbjIKEKU (ORCPT ); Mon, 11 Sep 2023 00:10:20 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A839EB; Sun, 10 Sep 2023 21:10:10 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 38B49tFe127700; Sun, 10 Sep 2023 23:09:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1694405395; bh=cVAd1vTYsG0Zni1C2/biGqY2TH/Hl99SMb01UK1wY1M=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=fqt2avGtsRczNNKoFXSO1ieEVD/3sXFBJg3cooNP5Jl5OjuaisXkrWMLhK1+3ftll CHTs/cVfo+MBdMe7PZH9bmpdGUQJJ3HHo3DCD0+db/Q1SOZ6QvxcJQ6SVnV1YMrZ7d 1xfo5NzOGgE5hcL6ltOcKBNlhXY2VzuSLgZoGUvo= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38B49taf003037 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sun, 10 Sep 2023 23:09:55 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Sun, 10 Sep 2023 23:09:55 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE110.ent.ti.com (10.64.6.31) 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; Sun, 10 Sep 2023 23:09:55 -0500 Received: from keerthy.dhcp.ti.com (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38B49mJu094719; Sun, 10 Sep 2023 23:09:52 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v3 1/7] arm64: dts: ti: k3-j721s2: Add ESM instances Date: Mon, 11 Sep 2023 09:39:36 +0530 Message-ID: <20230911040942.31031-2-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230911040942.31031-1-j-keerthy@ti.com> References: <20230911040942.31031-1-j-keerthy@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Patch adds the ESM instances for j721s2. It has 3 instances. One in the main domain and two in the mcu-wakeup domian. Signed-off-by: Keerthy --- arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 6 ++++++ arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi b/arch/arm64/boot/d= ts/ti/k3-j721s2-main.dtsi index 084f8f5b6699..c60c5116bace 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi @@ -1695,4 +1695,10 @@ dss_ports: ports { }; }; + + main_esm: esm@700000 { + compatible =3D "ti,j721e-esm"; + reg =3D <0x00 0x700000 0x00 0x1000>; + ti,esm-pins =3D <688>, <689>; + }; }; diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi b/arch/arm64/= boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi index 2ddad9318554..e3f597f3e169 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi @@ -655,4 +655,16 @@ power-domains =3D <&k3_pds 154 TI_SCI_PD_SHARED>; #thermal-sensor-cells =3D <1>; }; + + mcu_esm: esm@40800000 { + compatible =3D "ti,j721e-esm"; + reg =3D <0x00 0x40800000 0x00 0x1000>; + ti,esm-pins =3D <95>; + }; + + wkup_esm: esm@42080000 { + compatible =3D "ti,j721e-esm"; + reg =3D <0x00 0x42080000 0x00 0x1000>; + ti,esm-pins =3D <63>; + }; }; --=20 2.17.1