Skip to content

Commit eb1d0a5

Browse files
committed
ARM: dts: exynos: Order nodes alphabetically in Arndale Octa
Having nodes and overrides-by-label ordered alphabetically reduces the possibility of conflicts from simultaneous edits. No functional change. Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 29a0a2a commit eb1d0a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

arch/arm/boot/dts/exynos5420-arndale-octa.dts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
};
5252
};
5353

54+
&cci {
55+
status = "disabled";
56+
};
57+
5458
&cpu0 {
5559
cpu-supply = <&buck2_reg>;
5660
};
@@ -323,14 +327,6 @@
323327
};
324328
};
325329

326-
&usbdrd_dwc3_1 {
327-
dr_mode = "host";
328-
};
329-
330-
&cci {
331-
status = "disabled";
332-
};
333-
334330
&hdmi {
335331
hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
336332
vdd_osc-supply = <&ldo7_reg>;
@@ -724,3 +720,7 @@
724720
clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
725721
clock-names = "rtc", "rtc_src";
726722
};
723+
724+
&usbdrd_dwc3_1 {
725+
dr_mode = "host";
726+
};

0 commit comments

Comments
 (0)