diff options
author | Tony Lindgren <tony@atomide.com> | 2019-07-22 13:44:47 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-07-24 10:51:27 +0300 |
commit | 2e8647bbe1c8233a20c32fd2648258f2c05c7335 (patch) | |
tree | 9a826cbad42e85a8ea5e8664e6ca503db5611582 /arch/arm/boot/dts/dra7-evm.dts | |
parent | e212abd452a4af3174fcd469d46656f83e135a19 (diff) | |
download | linux-2e8647bbe1c8233a20c32fd2648258f2c05c7335.tar.xz |
ARM: dts: Fix flags for gpio7
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
Reviewed-by: Suman Anna <s-anna@ti.com>
Tested-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 714e971b912a..de7f85efaa51 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -498,7 +498,7 @@ phy-supply = <&ldousb_reg>; }; -&gpio7 { +&gpio7_target { ti,no-reset-on-init; ti,no-idle-on-init; }; |