diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2021-05-22 00:24:11 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-27 14:07:24 +0200 |
commit | d7d30b8fcd111e9feb171023c0e0c8d855582dcb (patch) | |
tree | f25ae02c02729015d50d4edeee9ac0c09a0eb6e7 /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | ARM: dts: am437x-gp-evm: fix ti,no-reset-on-init flag for gpios (diff) | |
download | linux-d7d30b8fcd111e9feb171023c0e0c8d855582dcb.tar.xz linux-d7d30b8fcd111e9feb171023c0e0c8d855582dcb.zip |
ARM: dts: am335x: 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/am335x-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index d5f8d5e2eb5d..45bf0273ecd8 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -646,7 +646,7 @@ status = "okay"; }; -&gpio0 { +&gpio0_target { ti,no-reset-on-init; }; |