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)
committerTony Lindgren <tony@atomide.com>
Thu, 27 May 2021 12:07:24 +0000 (15:07 +0300)
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>
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 3ea2861803825925cc9e44bbe1866000b01c4137..1103a2cb836fb0ac114f2dfd1748a49f77560c51 100644 (file)
        status = "okay";
 };
 
-&gpio0 {
+&gpio0_target {
        ti,no-reset-on-init;
 };
 
-&gpio3 {
+&gpio3_target {
        ti,no-reset-on-init;
 };
index d5f8d5e2eb5d28c456f75c80194420d2db541c2e..45bf0273ecd8564f0f8d1156f2845faac6b3b889 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 039a9ab4c7eaaab8f9b1126f6558fbbbd761cb66..dcce5e3e001eba0b31ee9f74e5df0e86d76f6991 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>,