From nobody Fri Dec 19 03:14:13 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 F18A6C71153 for ; Mon, 11 Sep 2023 04:11:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232323AbjIKEKi (ORCPT ); Mon, 11 Sep 2023 00:10:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231435AbjIKEKX (ORCPT ); Mon, 11 Sep 2023 00:10:23 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87FC11B8; Sun, 10 Sep 2023 21:10:12 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 38B49wF7095163; Sun, 10 Sep 2023 23:09:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1694405398; bh=wwmyrVo2Ii/YYr4xBWFPkSJEMSPF2Z6lnS7+BzkCUV4=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=GATPqN5n/6a9MvDDpPVhAtE5y9LHYW7TNt9EGJ7NWCS0jhuKthwthepcyjDZ+A7S+ mCX7bkw4lfL2kTW4+WzX9qu0n0+Do0VPlww1PqPZDWFgxTbuxX/yISNtlGOCckcqzb PVpYI6bHtoVcykdzL11BonEuOb6O7bejQHpsUo8Y= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38B49wh9003056 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sun, 10 Sep 2023 23:09:58 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE102.ent.ti.com (10.64.6.23) 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:58 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE105.ent.ti.com (10.64.6.26) 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:58 -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 38B49mJv094719; Sun, 10 Sep 2023 23:09:55 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v3 2/7] arm64: dts: ti: k3-j784s4: Add ESM instances Date: Mon, 11 Sep 2023 09:39:37 +0530 Message-ID: <20230911040942.31031-3-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 j784s4. 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-j784s4-main.dtsi | 7 +++++++ arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/d= ts/ti/k3-j784s4-main.dtsi index efed2d683f63..02d549a2ca06 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi @@ -1568,4 +1568,11 @@ firmware-name =3D "j784s4-c71_3-fw"; status =3D "disabled"; }; + + main_esm: esm@700000 { + compatible =3D "ti,j721e-esm"; + reg =3D <0x00 0x700000 0x00 0x1000>; + ti,esm-pins =3D <688>, <689>, <690>, <691>, <692>, <693>, <694>, + <695>; + }; }; diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi b/arch/arm64/= boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi index 4ab4018d3695..f1dfa4144168 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi @@ -700,4 +700,16 @@ status =3D "disabled"; }; }; + + 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