From nobody Sat Jan 3 02:07:20 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 4332EE92716 for ; Thu, 5 Oct 2023 15:55:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235044AbjJEPzV (ORCPT ); Thu, 5 Oct 2023 11:55:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237527AbjJEPyf (ORCPT ); Thu, 5 Oct 2023 11:54:35 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E72D722E2F; Thu, 5 Oct 2023 08:13:32 -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 395FDEfa049285; Thu, 5 Oct 2023 10:13:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1696518794; bh=tc+4Knb3rB+SSc4axXMPlZYO5tdt4xokQuqcWG7C2UM=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=rlNkeKROw/pu3xJSN1NFnQCDihuIzllaylun2AmDooU/NzJO/xCokmp5dNDbq2/rm YKdNWXN+xLHF7ckYIXCWo4rkct+3CCbC/YsPrJeSVbvDr32MjcD9F+sllDVTIcFjlQ YLzU4juq59/nzDoNW5FbSIN5tIpkpR6kQedM5kBM= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 395FDE8Y028174 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 5 Oct 2023 10:13:14 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) 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; Thu, 5 Oct 2023 10:13:14 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) 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 via Frontend Transport; Thu, 5 Oct 2023 10:13:14 -0500 Received: from uda0132425.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 395FD7Pc027216; Thu, 5 Oct 2023 10:13:11 -0500 From: Vignesh Raghavendra To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: , , Subject: [PATCH 1/2] arm64: dts: ti: k3-*: Convert DMSS to simple-bus Date: Thu, 5 Oct 2023 20:43:01 +0530 Message-ID: <20231005151302.1290363-2-vigneshr@ti.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231005151302.1290363-1-vigneshr@ti.com> References: <20231005151302.1290363-1-vigneshr@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" "simple-mfd" as standalone compatible is frowned upon, so model DMSS (Data Movement Subsystem) node as simple-bus as there is really no need for these nodes to be MFD. Signed-off-by: Vignesh Raghavendra --- arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-am62p-main.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts= /ti/k3-am62-main.dtsi index ac760d9b831d..e5c64c86d1d5 100644 --- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi @@ -82,7 +82,7 @@ audio_refclk1: clock-controller@82e4 { =20 dmss: bus@48000000 { bootph-all; - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; dma-ranges; diff --git a/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi b/arch/arm64/boot/dt= s/ti/k3-am62p-main.dtsi index c24ff905437f..fcbfb1b5242b 100644 --- a/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi @@ -42,7 +42,7 @@ gic_its: msi-controller@1820000 { =20 dmss: bus@48000000 { bootph-all; - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; dma-ranges; diff --git a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi b/arch/arm64/boot/dts= /ti/k3-am64-main.dtsi index 2e50030d09ad..0be642bc1b86 100644 --- a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi @@ -99,7 +99,7 @@ gic_its: msi-controller@1820000 { =20 dmss: bus@48000000 { bootph-all; - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; dma-ranges; --=20 2.42.0 From nobody Sat Jan 3 02:07:20 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 24AB3E92716 for ; Thu, 5 Oct 2023 15:55:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234263AbjJEPyr (ORCPT ); Thu, 5 Oct 2023 11:54:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233133AbjJEPxg (ORCPT ); Thu, 5 Oct 2023 11:53:36 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B39B16AEF; Thu, 5 Oct 2023 08:13:22 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 395FDHSP044789; Thu, 5 Oct 2023 10:13:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1696518797; bh=b1Dvr4R9HnYlFE02nirGE3AGCpjxT5zBa+4cfDfFjyU=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=aeSA0m5E/o7sAyQ0bustpyp7df/NBIcdVV5C11+79yCbO2hM2CAuwkMlJaNd6ozyP wNEQ7Jr56hTSNcK0JE3dCMYPz23eeEQ6gZFXGfVkzkF91IWC/XpAQ+KV1mZzGmquXy VoFfZHUwfF13OMeaKD1CE7CUqDrcj9BO6IQfnYxw= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 395FDHJ5105410 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 5 Oct 2023 10:13:17 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) 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; Thu, 5 Oct 2023 10:13:17 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) 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 via Frontend Transport; Thu, 5 Oct 2023 10:13:17 -0500 Received: from uda0132425.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 395FD7Pd027216; Thu, 5 Oct 2023 10:13:14 -0500 From: Vignesh Raghavendra To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: , , Subject: [PATCH 2/2] arm64: dts: ti: k3-*: Convert NAVSS to simple-bus Date: Thu, 5 Oct 2023 20:43:02 +0530 Message-ID: <20231005151302.1290363-3-vigneshr@ti.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231005151302.1290363-1-vigneshr@ti.com> References: <20231005151302.1290363-1-vigneshr@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" "simple-mfd" as standalone compatible is frowned upon, so model main and MCU NAVSS (Navigator SubSystem) nodes as simple-bus as there is really no need for these nodes to be MFD. Signed-off-by: Vignesh Raghavendra --- arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts= /ti/k3-am65-main.dtsi index bc460033a37a..d0c85eb3bb04 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi @@ -600,7 +600,7 @@ intr_main_gpio: interrupt-controller@a00000 { }; =20 main_navss: bus@30800000 { - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; ranges =3D <0x0 0x30800000 0x0 0x30800000 0x0 0xbc00000>; diff --git a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi b/arch/arm64/boot/dts/= ti/k3-am65-mcu.dtsi index 1e536dc41f61..edd5cfbec40e 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi @@ -185,7 +185,7 @@ mcu_timer3: timer@40430000 { }; =20 mcu_navss: bus@28380000 { - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; ranges =3D <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>; diff --git a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi b/arch/arm64/boot/dt= s/ti/k3-j7200-main.dtsi index cdb1d6b2a982..264913f83287 100644 --- a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi @@ -91,7 +91,7 @@ main_gpio_intr: interrupt-controller@a00000 { }; =20 main_navss: bus@30000000 { - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; ranges =3D <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>; 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..ef13d64961ef 100644 --- a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi @@ -318,7 +318,7 @@ wkup_gpio1: gpio@42100000 { }; =20 mcu_navss: bus@28380000 { - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; ranges =3D <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>; diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dt= s/ti/k3-j721e-main.dtsi index f6c7e1614521..746b9f8b1c64 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi @@ -181,7 +181,7 @@ main_gpio_intr: interrupt-controller@a00000 { }; =20 main_navss: bus@30000000 { - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; ranges =3D <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>; diff --git a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi b/arch/arm64/b= oot/dts/ti/k3-j721e-mcu-wakeup.dtsi index fa8af20c7818..f7ab7719fc07 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi @@ -440,7 +440,7 @@ adc { }; =20 mcu_navss: bus@28380000 { - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; ranges =3D <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>; diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi b/arch/arm64/boot/d= ts/ti/k3-j721s2-main.dtsi index 6d32544c8881..bbb4b7f81039 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi @@ -775,7 +775,7 @@ main_sdhci1: mmc@4fb0000 { }; =20 main_navss: bus@30000000 { - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; ranges =3D <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>; 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 56504578c464..20a6a35ad61a 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi @@ -443,7 +443,7 @@ mcu_spi2: spi@40320000 { }; =20 mcu_navss: bus@28380000 { - compatible =3D "simple-mfd"; + compatible =3D "simple-bus"; #address-cells =3D <2>; #size-cells =3D <2>; ranges =3D <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>; --=20 2.42.0