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 3ea2861..1103a2c 100644 (file)
        status = "okay";
 };
 
-&gpio0 {
+&gpio0_target {
        ti,no-reset-on-init;
 };
 
-&gpio3 {
+&gpio3_target {
        ti,no-reset-on-init;
 };
index d5f8d5e..45bf027 100644 (file)
        status = "okay";
 };
 
-&gpio0 {
+&gpio0_target {
        ti,no-reset-on-init;
 };
 
index 4e90f9c..8121a19 100644 (file)
        status = "okay";
 };
 
-&gpio0 {
+&gpio0_target {
        ti,no-reset-on-init;
 };
 
index 98d8ed4..39e5d2c 100644 (file)
        status = "okay";
 };
 
-&gpio0 {
+&gpio0_target {
        ti,no-reset-on-init;
 };
 
index 039a9ab..dcce5e3 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>,