Skip to content

Commit 2e8647b

Browse files
committed
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 <[email protected]> Tested-by: Keerthy <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent e212abd commit 2e8647b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
};
380380
};
381381

382-
&gpio7 {
382+
&gpio7_target {
383383
ti,no-reset-on-init;
384384
ti,no-idle-on-init;
385385
};

arch/arm/boot/dts/dra7-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
phy-supply = <&ldousb_reg>;
499499
};
500500

501-
&gpio7 {
501+
&gpio7_target {
502502
ti,no-reset-on-init;
503503
ti,no-idle-on-init;
504504
};

arch/arm/boot/dts/dra7-l4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@
12611261
};
12621262
};
12631263

1264-
target-module@51000 { /* 0x48051000, ap 45 2e.0 */
1264+
gpio7_target: target-module@51000 { /* 0x48051000, ap 45 2e.0 */
12651265
compatible = "ti,sysc-omap2", "ti,sysc";
12661266
ti,hwmods = "gpio7";
12671267
reg = <0x51000 0x4>,

0 commit comments

Comments
 (0)