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 <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2019-02-18 20:48:41 +01:00
parent 29a0a2a848
commit eb1d0a50f7
1 changed files with 8 additions and 8 deletions

View File

@ -51,6 +51,10 @@
};
};
&cci {
status = "disabled";
};
&cpu0 {
cpu-supply = <&buck2_reg>;
};
@ -323,14 +327,6 @@
};
};
&usbdrd_dwc3_1 {
dr_mode = "host";
};
&cci {
status = "disabled";
};
&hdmi {
hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
vdd_osc-supply = <&ldo7_reg>;
@ -724,3 +720,7 @@
clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
clock-names = "rtc", "rtc_src";
};
&usbdrd_dwc3_1 {
dr_mode = "host";
};