From nobody Fri Feb 13 09:30:02 2026 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 60AE4E7F15E for ; Wed, 27 Sep 2023 03:55:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229699AbjI0Dzl (ORCPT ); Tue, 26 Sep 2023 23:55:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229585AbjI0Dyx (ORCPT ); Tue, 26 Sep 2023 23:54:53 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 095E47AB2; Tue, 26 Sep 2023 19:37:37 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bT9i039472; Tue, 26 Sep 2023 21:37:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695782249; bh=wzx8YPCSEdzLFHPfkghjytBiCW6mwnFXh7Ed01bKX1Y=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=xSvT6HHWTCqmhb20SZaxNfnQO7Fr37L9v0Z2qGX7i2Q4WwH/Sj/Ct1colj4AzLUd7 XPNPxSN2mzysfZbk2cVbXwMfwlVcoS9qplgMwyOJBWSCBCGCE/F/EPDqbVpiZ4XD/M c05FdupT+sF+JPOl2I4RmMeXIZGn80JJzz1WWtA8= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38R2bTlo093609 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Sep 2023 21:37:29 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 26 Sep 2023 21:37:28 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE104.ent.ti.com (157.170.170.34) 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, 26 Sep 2023 21:37:28 -0500 Received: from localhost.localdomain (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bL7T013228; Tue, 26 Sep 2023 21:37:25 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v6 1/7] arm64: dts: ti: k3-j721s2: Add ESM instances Date: Wed, 27 Sep 2023 08:03:51 +0530 Message-ID: <20230927023357.9883-2-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230927023357.9883-1-j-keerthy@ti.com> References: <20230927023357.9883-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 | 7 +++++++ arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 14 ++++++++++++++ 2 files changed, 21 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..8a717b592238 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi @@ -1695,4 +1695,11 @@ dss_ports: ports { }; }; + + main_esm: esm@700000 { + compatible =3D "ti,j721e-esm"; + reg =3D <0x00 0x700000 0x00 0x1000>; + ti,esm-pins =3D <688>, <689>; + bootph-pre-ram; + }; }; 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..4b29418a6076 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,18 @@ 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>; + bootph-pre-ram; + }; + + wkup_esm: esm@42080000 { + compatible =3D "ti,j721e-esm"; + reg =3D <0x00 0x42080000 0x00 0x1000>; + ti,esm-pins =3D <63>; + bootph-pre-ram; + }; }; --=20 2.17.1 From nobody Fri Feb 13 09:30:02 2026 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 76E2FE7F154 for ; Wed, 27 Sep 2023 03:18:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234339AbjI0DSR (ORCPT ); Tue, 26 Sep 2023 23:18:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229960AbjI0DQO (ORCPT ); Tue, 26 Sep 2023 23:16:14 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 477FA7DA0; Tue, 26 Sep 2023 19:37:38 -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 38R2bWvV077243; Tue, 26 Sep 2023 21:37:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695782253; bh=G3FVcxQWkhKHkwdNcCbz6zLE240gHRhOMOW5LAWhV4I=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=q2g7br8+STbXgc+/MhH4vJlvt1h1+s1WogH3Bl9FgXdF31t3yln3k6CVJisuIOsi8 QUt8Q7iKcPhFD6X1zjjCSlrAqydws+791KY9Tcd/liFAScaOBhq97I/awbFD4fvugn ehPRfVt3LE02hpqQI5prEKMVZnpcBpMOXjtRz6qk= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38R2bW4T026195 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Sep 2023 21:37:32 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 26 Sep 2023 21:37:32 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) 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; Tue, 26 Sep 2023 21:37:32 -0500 Received: from localhost.localdomain (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bL7U013228; Tue, 26 Sep 2023 21:37:29 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v6 2/7] arm64: dts: ti: k3-j784s4: Add ESM instances Date: Wed, 27 Sep 2023 08:03:52 +0530 Message-ID: <20230927023357.9883-3-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230927023357.9883-1-j-keerthy@ti.com> References: <20230927023357.9883-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 | 8 ++++++++ arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 14 ++++++++++++++ 2 files changed, 22 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..26dc3776f911 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi @@ -1568,4 +1568,12 @@ 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>; + bootph-pre-ram; + }; }; 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..a7b5c4cb7d3e 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,18 @@ status =3D "disabled"; }; }; + + mcu_esm: esm@40800000 { + compatible =3D "ti,j721e-esm"; + reg =3D <0x00 0x40800000 0x00 0x1000>; + ti,esm-pins =3D <95>; + bootph-pre-ram; + }; + + wkup_esm: esm@42080000 { + compatible =3D "ti,j721e-esm"; + reg =3D <0x00 0x42080000 0x00 0x1000>; + ti,esm-pins =3D <63>; + bootph-pre-ram; + }; }; --=20 2.17.1 From nobody Fri Feb 13 09:30:02 2026 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 31542E7F153 for ; Wed, 27 Sep 2023 03:18:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234429AbjI0DSW (ORCPT ); Tue, 26 Sep 2023 23:18:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229527AbjI0DQO (ORCPT ); Tue, 26 Sep 2023 23:16:14 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35B256185; Tue, 26 Sep 2023 19:37:42 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 38R2ba71015396; Tue, 26 Sep 2023 21:37:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695782256; bh=B6oe+5F8XN7B1sHEetYUNTjzfxy2X+kJ9m2S4nw3Zv0=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=qpZwIEDCxuvE/6xgcWhsz58NhOh2ypra/nR3A8KAINJCn6uA7JN2Ra6Ln9XumtVbE xMDligTz+UKjeavBlnr81dC1+VpJTAinmNeWOmWlqV/GYG/wGgdMGNewLCe/T39F07 uFmRNJlRZ59YiqG8bLbsJkzfkN017/E9uM55O2PM= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38R2baH9093663 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Sep 2023 21:37:36 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 26 Sep 2023 21:37:36 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE111.ent.ti.com (10.64.6.32) 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, 26 Sep 2023 21:37:36 -0500 Received: from localhost.localdomain (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bL7V013228; Tue, 26 Sep 2023 21:37:33 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v6 3/7] arm64: dts: ti: k3-j7200: Add MCU domain ESM instance Date: Wed, 27 Sep 2023 08:03:53 +0530 Message-ID: <20230927023357.9883-4-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230927023357.9883-1-j-keerthy@ti.com> References: <20230927023357.9883-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 instance for MCU domian of j7200. Signed-off-by: Keerthy --- arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi b/arch/arm64/b= oot/dts/ti/k3-j7200-mcu-wakeup.dtsi index 6ffaf85fa63f..711690c0cba4 100644 --- a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi @@ -637,4 +637,11 @@ power-domains =3D <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>; #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>; + bootph-pre-ram; + }; }; --=20 2.17.1 From nobody Fri Feb 13 09:30:02 2026 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 A1982E80A81 for ; Wed, 27 Sep 2023 04:36:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229561AbjI0Eg5 (ORCPT ); Wed, 27 Sep 2023 00:36:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229705AbjI0Efo (ORCPT ); Wed, 27 Sep 2023 00:35:44 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE3137EC6; Tue, 26 Sep 2023 19:37:48 -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 38R2beGF128592; Tue, 26 Sep 2023 21:37:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695782260; bh=MD8cXZlJBb4QIOG4MyaF1RucgKVjkTnOrvtM6DvwSkc=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=SuSzg6XFPmyvKADtBjq/SoqZFr/j+LWflGEdyuRoQ6nBjN7HD0mAWKGVE24LyI9IT +mRrjjoofr9Kma46jUfOUOz92K2KfgPqE26A5ZVrsok/m9jJCM3Nytk38vlVDbupoI OoOq45TwIbl54QMzaYlA6Vt6yKHSMSCe98r63mGA= Received: from DLEE107.ent.ti.com (dlee107.ent.ti.com [157.170.170.37]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38R2beXg026236 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Sep 2023 21:37:40 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 26 Sep 2023 21:37:40 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE112.ent.ti.com (157.170.170.23) 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, 26 Sep 2023 21:37:40 -0500 Received: from localhost.localdomain (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bL7W013228; Tue, 26 Sep 2023 21:37:36 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v6 4/7] arm64: dts: ti: k3-j784s4-main: Add the main domain watchdog instances Date: Wed, 27 Sep 2023 08:03:54 +0530 Message-ID: <20230927023357.9883-5-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230927023357.9883-1-j-keerthy@ti.com> References: <20230927023357.9883-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" There are totally 19 instances of watchdog module. One each for the 8 A72 cores, one each for the 4 C7x cores, 1 for the GPU, 1 each for the 6 R5F cores in the main domain. The non-A72 instances are coupled with the R5Fs, C7x & GPU instances. Disabling them as they are not used by Linux & will be used by their respective firmware. Signed-off-by: Keerthy --- arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 187 +++++++++++++++++++++ 1 file changed, 187 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 26dc3776f911..852f4ef64fd8 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi @@ -1576,4 +1576,191 @@ <695>; bootph-pre-ram; }; + + watchdog0: watchdog@2200000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2200000 0x00 0x100>; + clocks =3D <&k3_clks 348 1>; + power-domains =3D <&k3_pds 348 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 348 0>; + assigned-clock-parents =3D <&k3_clks 348 4>; + }; + + watchdog1: watchdog@2210000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2210000 0x00 0x100>; + clocks =3D <&k3_clks 349 1>; + power-domains =3D <&k3_pds 349 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 349 0>; + assigned-clock-parents =3D <&k3_clks 349 4>; + }; + + watchdog2: watchdog@2220000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2220000 0x00 0x100>; + clocks =3D <&k3_clks 350 1>; + power-domains =3D <&k3_pds 350 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 350 0>; + assigned-clock-parents =3D <&k3_clks 350 4>; + }; + + watchdog3: watchdog@2230000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2230000 0x00 0x100>; + clocks =3D <&k3_clks 351 1>; + power-domains =3D <&k3_pds 351 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 351 0>; + assigned-clock-parents =3D <&k3_clks 351 4>; + }; + + watchdog4: watchdog@2240000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2240000 0x00 0x100>; + clocks =3D <&k3_clks 352 1>; + power-domains =3D <&k3_pds 352 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 352 0>; + assigned-clock-parents =3D <&k3_clks 352 4>; + }; + + watchdog5: watchdog@2250000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2250000 0x00 0x100>; + clocks =3D <&k3_clks 353 1>; + power-domains =3D <&k3_pds 353 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 353 0>; + assigned-clock-parents =3D <&k3_clks 353 4>; + }; + + watchdog6: watchdog@2260000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2260000 0x00 0x100>; + clocks =3D <&k3_clks 354 1>; + power-domains =3D <&k3_pds 354 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 354 0>; + assigned-clock-parents =3D <&k3_clks 354 4>; + }; + + watchdog7: watchdog@2270000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2270000 0x00 0x100>; + clocks =3D <&k3_clks 355 1>; + power-domains =3D <&k3_pds 355 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 355 0>; + assigned-clock-parents =3D <&k3_clks 355 4>; + }; + + /* + * The following RTI instances are coupled with MCU R5Fs, c7x and + * GPU so keeping them disabled as these will be used by their + * respective firmware + */ + watchdog16: watchdog@2300000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2300000 0x00 0x100>; + clocks =3D <&k3_clks 356 1>; + power-domains =3D <&k3_pds 356 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 356 0>; + assigned-clock-parents =3D <&k3_clks 356 4>; + status =3D "disabled"; + }; + + watchdog17: watchdog@2310000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2310000 0x00 0x100>; + clocks =3D <&k3_clks 357 1>; + power-domains =3D <&k3_pds 357 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 357 0>; + assigned-clock-parents =3D <&k3_clks 357 4>; + status =3D "disabled"; + }; + + watchdog18: watchdog@2320000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2320000 0x00 0x100>; + clocks =3D <&k3_clks 358 1>; + power-domains =3D <&k3_pds 358 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 358 0>; + assigned-clock-parents =3D <&k3_clks 358 4>; + status =3D "disabled"; + }; + + watchdog19: watchdog@2330000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2330000 0x00 0x100>; + clocks =3D <&k3_clks 359 1>; + power-domains =3D <&k3_pds 359 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 359 0>; + assigned-clock-parents =3D <&k3_clks 359 4>; + status =3D "disabled"; + }; + + watchdog15: watchdog@22f0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x22f0000 0x00 0x100>; + clocks =3D <&k3_clks 360 1>; + power-domains =3D <&k3_pds 360 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 360 0>; + assigned-clock-parents =3D <&k3_clks 360 4>; + status =3D "disabled"; + }; + + watchdog28: watchdog@23c0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x23c0000 0x00 0x100>; + clocks =3D <&k3_clks 361 1>; + power-domains =3D <&k3_pds 361 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 361 0>; + assigned-clock-parents =3D <&k3_clks 361 4>; + status =3D "disabled"; + }; + + watchdog29: watchdog@23d0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x23d0000 0x00 0x100>; + clocks =3D <&k3_clks 362 1>; + power-domains =3D <&k3_pds 362 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 362 0>; + assigned-clock-parents =3D <&k3_clks 362 4>; + status =3D "disabled"; + }; + + watchdog30: watchdog@23e0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x23e0000 0x00 0x100>; + clocks =3D <&k3_clks 363 1>; + power-domains =3D <&k3_pds 363 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 363 0>; + assigned-clock-parents =3D <&k3_clks 363 4>; + status =3D "disabled"; + }; + + watchdog31: watchdog@23f0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x23f0000 0x00 0x100>; + clocks =3D <&k3_clks 364 1>; + power-domains =3D <&k3_pds 364 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 364 0>; + assigned-clock-parents =3D <&k3_clks 364 4>; + status =3D "disabled"; + }; + + watchdog32: watchdog@2540000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2540000 0x00 0x100>; + clocks =3D <&k3_clks 365 1>; + power-domains =3D <&k3_pds 365 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 365 0>; + assigned-clock-parents =3D <&k3_clks 366 4>; + status =3D "disabled"; + }; + + watchdog33: watchdog@2550000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2550000 0x00 0x100>; + clocks =3D <&k3_clks 366 1>; + power-domains =3D <&k3_pds 366 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 366 0>; + assigned-clock-parents =3D <&k3_clks 366 4>; + status =3D "disabled"; + }; }; --=20 2.17.1 From nobody Fri Feb 13 09:30:02 2026 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 D32ACE7F153 for ; Wed, 27 Sep 2023 03:18:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234536AbjI0DS0 (ORCPT ); Tue, 26 Sep 2023 23:18:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230284AbjI0DQS (ORCPT ); Tue, 26 Sep 2023 23:16:18 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA7C47EF5; Tue, 26 Sep 2023 19:37:49 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bi1G015410; Tue, 26 Sep 2023 21:37:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695782264; bh=78Iq2/LZPaChQpeh6K/RJIOSYPlEAYVaW5eXRsuaHsI=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=TVbOjlKlsILL1Eq8y3FSqsraiJ4GY7z9DzyClkSdX8LjBhAjEdJRjrhH09M1ZE6xv uTy+3iW4eyKeh35SyG6hgQsXc61nBIQWzlQYaG/3t5kWWUzbATtUUuTjge0J7/EznO rayTBqAhF9NeuQKPQOUKTNVl0dJe/em97CZez5p0= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38R2biHf026260 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Sep 2023 21:37:44 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 26 Sep 2023 21:37:44 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE106.ent.ti.com (10.64.6.27) 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, 26 Sep 2023 21:37:44 -0500 Received: from localhost.localdomain (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bL7X013228; Tue, 26 Sep 2023 21:37:40 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v6 5/7] arm64: dts: ti: k3-j784s4-mcu: Add the mcu domain watchdog instances Date: Wed, 27 Sep 2023 08:03:55 +0530 Message-ID: <20230927023357.9883-6-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230927023357.9883-1-j-keerthy@ti.com> References: <20230927023357.9883-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" There are totally 2 instances of watchdog module in MCU domain. These instances are coupled with the MCU domain R5F instances. Disabling them as they are not used by Linux. Signed-off-by: Keerthy --- .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) 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 a7b5c4cb7d3e..809a0b1cf038 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi @@ -714,4 +714,28 @@ ti,esm-pins =3D <63>; bootph-pre-ram; }; + + /* + * The 2 RTI instances are couple with MCU R5Fs so keeping them + * disabled as these will be used by their respective firmware + */ + mcu_watchdog0: watchdog@40600000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x40600000 0x00 0x100>; + clocks =3D <&k3_clks 367 1>; + power-domains =3D <&k3_pds 367 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 367 0>; + assigned-clock-parents =3D <&k3_clks 367 4>; + status =3D "disabled"; + }; + + mcu_watchdog1: watchdog@40610000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x40610000 0x00 0x100>; + clocks =3D <&k3_clks 368 1>; + power-domains =3D <&k3_pds 368 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 368 0>; + assigned-clock-parents =3D <&k3_clks 368 4>; + status =3D "disabled"; + }; }; --=20 2.17.1 From nobody Fri Feb 13 09:30:02 2026 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 AE4F8E7F154 for ; Wed, 27 Sep 2023 03:18:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231765AbjI0DSe (ORCPT ); Tue, 26 Sep 2023 23:18:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39394 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231569AbjI0DQT (ORCPT ); Tue, 26 Sep 2023 23:16:19 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A18B83D0; Tue, 26 Sep 2023 19:37:53 -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 38R2bmAO077280; Tue, 26 Sep 2023 21:37:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695782268; bh=hU6AG6u3N7qPJdb3f63krM/m6jIdTn+7XdyY5gkrbJ8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=SZahda260RMb6W88CRAXYpCZ8U1xSBe5vHAHtIIvXwbjDllZzJe32F6MXC7y7n6w1 Oc1KOQKnfAQX7NyzGPoD4OuuAkrS4kMQBeSVZI1G3WcSQ++RiXUfeXOVZEs+1F1GqY feE/H5ZKsqwvswlcXmjVxVbd4mJo2OcHvajsJGE8= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38R2bmga019479 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Sep 2023 21:37:48 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) 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; Tue, 26 Sep 2023 21:37:47 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE113.ent.ti.com (10.64.6.34) 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, 26 Sep 2023 21:37:48 -0500 Received: from localhost.localdomain (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bL7Y013228; Tue, 26 Sep 2023 21:37:44 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v6 6/7] arm64: dts: ti: k3-j721s2-main: Add the main domain watchdog instances Date: Wed, 27 Sep 2023 08:03:56 +0530 Message-ID: <20230927023357.9883-7-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230927023357.9883-1-j-keerthy@ti.com> References: <20230927023357.9883-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" There are totally 9 instances of watchdog module. One each for the 2 A72 cores, one each for the 2 C7x cores, 1 for the GPU, 1 each for the 4 R5F cores in the main domain. Keeping only the A72 instances enabled and disabling the rest by default as they will be used by their respective firmware. Signed-off-by: Keerthy --- arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 93 ++++++++++++++++++++++ 1 file changed, 93 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 8a717b592238..19fe7672ef7b 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi @@ -1702,4 +1702,97 @@ ti,esm-pins =3D <688>, <689>; bootph-pre-ram; }; + + watchdog0: watchdog@2200000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2200000 0x00 0x100>; + clocks =3D <&k3_clks 286 1>; + power-domains =3D <&k3_pds 286 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 286 1>; + assigned-clock-parents =3D <&k3_clks 286 5>; + }; + + watchdog1: watchdog@2210000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2210000 0x00 0x100>; + clocks =3D <&k3_clks 287 1>; + power-domains =3D <&k3_pds 287 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 287 1>; + assigned-clock-parents =3D <&k3_clks 287 5>; + }; + + /* + * The following RTI instances are coupled with MCU R5Fs, c7x and + * GPU so keeping them disabled as these will be used by their + * respective firmware + */ + watchdog16: watchdog@2300000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2300000 0x00 0x100>; + clocks =3D <&k3_clks 288 1>; + power-domains =3D <&k3_pds 288 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 288 1>; + assigned-clock-parents =3D <&k3_clks 288 5>; + status =3D "disabled"; + }; + + watchdog17: watchdog@2310000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x2310000 0x00 0x100>; + clocks =3D <&k3_clks 289 1>; + power-domains =3D <&k3_pds 289 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 289 1>; + assigned-clock-parents =3D <&k3_clks 289 5>; + status =3D "disabled"; + }; + + watchdog15: watchdog@22f0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x22f0000 0x00 0x100>; + clocks =3D <&k3_clks 290 1>; + power-domains =3D <&k3_pds 290 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 290 1>; + assigned-clock-parents =3D <&k3_clks 290 5>; + status =3D "disabled"; + }; + + watchdog28: watchdog@23c0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x23c0000 0x00 0x100>; + clocks =3D <&k3_clks 291 1>; + power-domains =3D <&k3_pds 291 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 291 1>; + assigned-clock-parents =3D <&k3_clks 291 5>; + status =3D "disabled"; + }; + + watchdog29: watchdog@23d0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x23d0000 0x00 0x100>; + clocks =3D <&k3_clks 292 1>; + power-domains =3D <&k3_pds 292 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 292 1>; + assigned-clock-parents =3D <&k3_clks 292 5>; + status =3D "disabled"; + }; + + watchdog30: watchdog@23e0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x23e0000 0x00 0x100>; + clocks =3D <&k3_clks 293 1>; + power-domains =3D <&k3_pds 293 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 293 1>; + assigned-clock-parents =3D <&k3_clks 293 5>; + status =3D "disabled"; + }; + + watchdog31: watchdog@23f0000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x23f0000 0x00 0x100>; + clocks =3D <&k3_clks 294 1>; + power-domains =3D <&k3_pds 294 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 294 1>; + assigned-clock-parents =3D <&k3_clks 294 5>; + status =3D "disabled"; + }; }; --=20 2.17.1 From nobody Fri Feb 13 09:30:02 2026 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 86954EE020B for ; Wed, 27 Sep 2023 04:30:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229484AbjI0EaX (ORCPT ); Wed, 27 Sep 2023 00:30:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229787AbjI0E3O (ORCPT ); Wed, 27 Sep 2023 00:29:14 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B69E783DF; Tue, 26 Sep 2023 19:37:57 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bpgt015427; Tue, 26 Sep 2023 21:37:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695782272; bh=1YynK1VqnSUvtlYIHIZVlskNYj/GU5J34sPokkW3EZ8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=js4Dj1urhbJMCmqc4YLD4QTr3Ww2EVfhTDiOl3sVV0EAZlXEIhejDs92S9uURk+rZ lumCc7ths4d80fNKWj6gLOazxJtHWlC6nqkxSrwSiP6vGOah1ek7LmSQSWRVYTRsXS IDdIoqRf3UC8mrWC9YJKwu83Lp9By6l4LKlS2S4E= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38R2bpch026309 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Sep 2023 21:37:51 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) 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, 26 Sep 2023 21:37:51 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE100.ent.ti.com (10.64.6.21) 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, 26 Sep 2023 21:37:51 -0500 Received: from localhost.localdomain (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38R2bL7Z013228; Tue, 26 Sep 2023 21:37:48 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v6 7/7] dts: ti: k3-j712s2-mcu: Add the mcu domain watchdog instances Date: Wed, 27 Sep 2023 08:03:57 +0530 Message-ID: <20230927023357.9883-8-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230927023357.9883-1-j-keerthy@ti.com> References: <20230927023357.9883-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" There are totally 2 instances of watchdog module in MCU domain. These instances are coupled with the MCU domain R5F instances. Disabling them as they are not used by Linux. Signed-off-by: Keerthy --- .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) 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 4b29418a6076..83377c47e709 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi @@ -669,4 +669,28 @@ ti,esm-pins =3D <63>; bootph-pre-ram; }; + + /* + * The 2 RTI instances are couple with MCU R5Fs so keeping them + * disabled as these will be used by their respective firmware + */ + mcu_watchdog0: watchdog@40600000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x40600000 0x00 0x100>; + clocks =3D <&k3_clks 295 1>; + power-domains =3D <&k3_pds 295 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 295 1>; + assigned-clock-parents =3D <&k3_clks 295 5>; + status =3D "disabled"; + }; + + mcu_watchdog1: watchdog@40610000 { + compatible =3D "ti,j7-rti-wdt"; + reg =3D <0x00 0x40610000 0x00 0x100>; + clocks =3D <&k3_clks 296 1>; + power-domains =3D <&k3_pds 296 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks =3D <&k3_clks 296 1>; + assigned-clock-parents =3D <&k3_clks 296 5>; + status =3D "disabled"; + }; }; --=20 2.17.1