diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2021-05-22 01:24:09 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-27 15:06:57 +0300 |
commit | b644c5e01c870056e13a096e14b9a92075c8f682 (patch) | |
tree | 22fc1dc58b8f5e09fa6f3ac5ba73e818f7ab6550 /arch/arm/boot/dts/am57xx-cl-som-am57x.dts | |
parent | 0c149400c2f676e7b4cc68e517db29005a7a38c7 (diff) | |
download | linux-b644c5e01c870056e13a096e14b9a92075c8f682.tar.gz |
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/am57xx-cl-som-am57x.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts index 0d5fe2bfb683..39eba2bc36dd 100644 --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts @@ -610,12 +610,11 @@ >; }; -&gpio3 { - status = "okay"; +&gpio3_target { ti,no-reset-on-init; }; -&gpio2 { +&gpio2_target { status = "okay"; ti,no-reset-on-init; }; |