ARM: dts: am335x: fix ti,no-reset-on-init flag for gpios
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 21 May 2021 22:24:11 +0000 (01:24 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:36:12 +0000 (14:36 +0200)
[ Upstream commit d7d30b8fcd111e9feb171023c0e0c8d855582dcb ]

The ti,no-reset-on-init flag need to be at the interconnect target module
level for the modules that have it defined.
The ti-sysc driver handles this case, but produces warning, not a critical
issue.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/am335x-baltos.dtsi
arch/arm/boot/dts/am335x-evmsk.dts
arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi
arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi
arch/arm/boot/dts/am33xx-l4.dtsi

index b7f64c7ba83d3e7f55ef5067df8b173a081d498b..77e23e7368541dba320c3e0e24c6bebc13be9ed5 100644 (file)
        status = "okay";
 };
 
-&gpio0 {
+&gpio0_target {
        ti,no-reset-on-init;
 };
 
-&gpio3 {
+&gpio3_target {
        ti,no-reset-on-init;
 };
index b43b94122d3c5483df80b40e57ca5140214f519a..bf05b68274c255c9b3818ae7806a11f3fa7c5b6b 100644 (file)
        status = "okay";
 };
 
-&gpio0 {
+&gpio0_target {
        ti,no-reset-on-init;
 };
 
index 4e90f9c23d2e57eae56d93318319fcbf78b3edef..8121a199607cc775ee68576fc0c31677700b8f8c 100644 (file)
        status = "okay";
 };
 
-&gpio0 {
+&gpio0_target {
        ti,no-reset-on-init;
 };
 
index 98d8ed4ad9677d613d9a66af4201917e3c34e862..39e5d2ce600a10e188c592f512f2f124a6657bdd 100644 (file)
        status = "okay";
 };
 
-&gpio0 {
+&gpio0_target {
        ti,no-reset-on-init;
 };
 
index ea20e4bdf040e457ef6686946950a9a336f386aa..29fafb67cfaad28a0ce0731691cf041f94a57aff 100644 (file)
                        };
                };
 
-               target-module@ae000 {                   /* 0x481ae000, ap 56 3a.0 */
+               gpio3_target: target-module@ae000 {             /* 0x481ae000, ap 56 3a.0 */
                        compatible = "ti,sysc-omap2", "ti,sysc";
                        reg = <0xae000 0x4>,
                              <0xae010 0x4>,