Skip to content

Commit

Permalink
ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios
Browse files Browse the repository at this point in the history
[ Upstream commit b644c5e ]

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>
  • Loading branch information
grygoriyS authored and gregkh committed Jul 25, 2021
1 parent 3f09485 commit a09b4c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions arch/arm/boot/dts/am57xx-cl-som-am57x.dts
Expand Up @@ -610,12 +610,11 @@
>;
};

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

&gpio2 {
&gpio2_target {
status = "okay";
ti,no-reset-on-init;
};
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/dra7-l4.dtsi
Expand Up @@ -1315,7 +1315,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>,
Expand Down Expand Up @@ -1348,7 +1348,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>,
Expand Down

0 comments on commit a09b4c4

Please sign in to comment.