diff options
author | Tony Lindgren <tony@atomide.com> | 2019-09-24 09:24:28 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-09-24 09:24:28 -0700 |
commit | 4ef5d76b453908f21341e661a9b6f96862f6f589 (patch) | |
tree | f23fafb6f038cae3b130687a8becff83dc569087 /arch/arm/boot/dts/am335x-icev2.dts | |
parent | 1d70ded8567ccf70353ff97e3b13f267c889f934 (diff) | |
download | linux-4ef5d76b453908f21341e661a9b6f96862f6f589.tar.gz linux-4ef5d76b453908f21341e661a9b6f96862f6f589.tar.bz2 linux-4ef5d76b453908f21341e661a9b6f96862f6f589.zip |
ARM: dts: Fix gpio0 flags for am335x-icev2
The ti,no-idle-on-init and ti,no-reset-on-init flags need to be at
the interconnect target module level for the modules that have it
defined. Otherwise we get the following warnings:
dts flag should be at module level for ti,no-idle-on-init
dts flag should be at module level for ti,no-reset-on-init
Fixes: 87fc89ced3a7 ("ARM: dts: am335x: Move l4 child devices to probe them with ti-sysc")
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Reported-by: Suman Anna <s-anna@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-icev2.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-icev2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts index 18f70b35da4c..204bccfcc110 100644 --- a/arch/arm/boot/dts/am335x-icev2.dts +++ b/arch/arm/boot/dts/am335x-icev2.dts @@ -432,7 +432,7 @@ pinctrl-0 = <&mmc0_pins_default>; }; -&gpio0 { +&gpio0_target { /* Do not idle the GPIO used for holding the VTT regulator */ ti,no-reset-on-init; ti,no-idle-on-init; |