diff options
author | Tony Lindgren <tony@atomide.com> | 2019-07-22 12:44:47 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-07-24 09:51:27 +0200 |
commit | 2e8647bbe1c8233a20c32fd2648258f2c05c7335 (patch) | |
tree | 9a826cbad42e85a8ea5e8664e6ca503db5611582 /arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | |
parent | bus: ti-sysc: Fix using configured sysc mask value (diff) | |
download | linux-2e8647bbe1c8233a20c32fd2648258f2c05c7335.tar.xz linux-2e8647bbe1c8233a20c32fd2648258f2c05c7335.zip |
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/am57xx-beagle-x15-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi index d02f5fa61e5f..df00d1756dae 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi +++ b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi @@ -379,7 +379,7 @@ }; }; -&gpio7 { +&gpio7_target { ti,no-reset-on-init; ti,no-idle-on-init; }; |