]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 21 May 2021 22:24:09 +0000 (01:24 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:35:11 +0000 (14:35 +0200)
[ Upstream commit b644c5e01c870056e13a096e14b9a92075c8f682 ]

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/am57xx-cl-som-am57x.dts
arch/arm/boot/dts/dra7-l4.dtsi

index 34ca761aeded29a4fed2ffce9cc4c2e27386037d..e86d4795e024442d7cd724fb7fa51c5bb1dc0ac7 100644 (file)
        >;
 };
 
-&gpio3 {
-       status = "okay";
+&gpio3_target {
        ti,no-reset-on-init;
 };
 
-&gpio2 {
+&gpio2_target {
        status = "okay";
        ti,no-reset-on-init;
 };
index bc702579488b932dd6bd4ebdf0d23d2988cd5748..3f845a8531f4011de82a1178fefe88a9f4ddcdb5 100644 (file)
                        };
                };
 
-               target-module@55000 {                   /* 0x48055000, ap 13 0e.0 */
+               gpio2_target: target-module@55000 {             /* 0x48055000, ap 13 0e.0 */
                        compatible = "ti,sysc-omap2", "ti,sysc";
                        reg = <0x55000 0x4>,
                              <0x55010 0x4>,
                        };
                };
 
-               target-module@57000 {                   /* 0x48057000, ap 15 06.0 */
+               gpio3_target: target-module@57000 {             /* 0x48057000, ap 15 06.0 */
                        compatible = "ti,sysc-omap2", "ti,sysc";
                        reg = <0x57000 0x4>,
                              <0x57010 0x4>,