Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+3 -3
+1 -1
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
··· 379 379 }; 380 380 }; 381 381 382 - &gpio7 { 382 + &gpio7_target { 383 383 ti,no-reset-on-init; 384 384 ti,no-idle-on-init; 385 385 };
+1 -1
arch/arm/boot/dts/dra7-evm.dts
··· 498 498 phy-supply = <&ldousb_reg>; 499 499 }; 500 500 501 - &gpio7 { 501 + &gpio7_target { 502 502 ti,no-reset-on-init; 503 503 ti,no-idle-on-init; 504 504 };
+1 -1
arch/arm/boot/dts/dra7-l4.dtsi
··· 1261 1261 }; 1262 1262 }; 1263 1263 1264 - target-module@51000 { /* 0x48051000, ap 45 2e.0 */ 1264 + gpio7_target: target-module@51000 { /* 0x48051000, ap 45 2e.0 */ 1265 1265 compatible = "ti,sysc-omap2", "ti,sysc"; 1266 1266 ti,hwmods = "gpio7"; 1267 1267 reg = <0x51000 0x4>,