diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2021-05-22 00:24:09 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-27 14:06:57 +0200 |
commit | b644c5e01c870056e13a096e14b9a92075c8f682 (patch) | |
tree | 22fc1dc58b8f5e09fa6f3ac5ba73e818f7ab6550 /arch/arm/boot/dts/dra7-l4.dtsi | |
parent | ARM: dts: dra7x-evm: Align GPIO hog names with dt-schema (diff) | |
download | linux-b644c5e01c870056e13a096e14b9a92075c8f682.tar.xz linux-b644c5e01c870056e13a096e14b9a92075c8f682.zip |
ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios
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>
Diffstat (limited to 'arch/arm/boot/dts/dra7-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7-l4.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra7-l4.dtsi b/arch/arm/boot/dts/dra7-l4.dtsi index 149144cdff35..6e33c0bf32a9 100644 --- a/arch/arm/boot/dts/dra7-l4.dtsi +++ b/arch/arm/boot/dts/dra7-l4.dtsi @@ -1343,7 +1343,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>, @@ -1376,7 +1376,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>, |