Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34462330 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Greg Kroah-Hartman
Browse files

ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios



[ 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: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent e79e29a4
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -611,12 +611,11 @@
	>;
};

&gpio3 {
	status = "okay";
&gpio3_target {
	ti,no-reset-on-init;
};

&gpio2 {
&gpio2_target {
	status = "okay";
	ti,no-reset-on-init;
};
+2 −2
Original line number Diff line number Diff line
@@ -1326,7 +1326,7 @@
			};
		};

		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>,
@@ -1359,7 +1359,7 @@
			};
		};

		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>,