aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2017-05-13 10:33:31 -0400
committerKevin Hilman <khilman@baylibre.com>2017-05-17 13:34:15 -0400
commitd6f93b028cacf844f8ceec80be038b6594f4d741 (patch)
tree49bb627ddd32a50d8027640fefb067fe5d228fe8
parent3b69bdbf9edb70885462197185530dae7adef092 (diff)
arm64: dts: meson-gxbb-vega-s95: Fix node order
Sort nodes referenced by label alphabetically. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi54
1 files changed, 27 insertions, 27 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi
index f4bfee8e2e08..346753fb6324 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi
@@ -111,18 +111,6 @@
111 }; 111 };
112}; 112};
113 113
114&uart_AO {
115 status = "okay";
116 pinctrl-0 = <&uart_ao_a_pins>;
117 pinctrl-names = "default";
118};
119
120&ir {
121 status = "okay";
122 pinctrl-0 = <&remote_input_ao_pins>;
123 pinctrl-names = "default";
124};
125
126&ethmac { 114&ethmac {
127 status = "okay"; 115 status = "okay";
128 pinctrl-0 = <&eth_rgmii_pins>; 116 pinctrl-0 = <&eth_rgmii_pins>;
@@ -149,21 +137,18 @@
149 }; 137 };
150}; 138};
151 139
152&usb0_phy { 140&ir {
153 status = "okay";
154 phy-supply = <&usb_vbus>;
155};
156
157&usb1_phy {
158 status = "okay";
159};
160
161&usb0 {
162 status = "okay"; 141 status = "okay";
142 pinctrl-0 = <&remote_input_ao_pins>;
143 pinctrl-names = "default";
163}; 144};
164 145
165&usb1 { 146&pwm_ef {
166 status = "okay"; 147 status = "okay";
148 pinctrl-0 = <&pwm_e_pins>;
149 pinctrl-names = "default";
150 clocks = <&clkc CLKID_FCLK_DIV4>;
151 clock-names = "clkin0";
167}; 152};
168 153
169/* Wireless SDIO Module */ 154/* Wireless SDIO Module */
@@ -229,10 +214,25 @@
229 vmmcq-sumpply = <&vcc_1v8>; 214 vmmcq-sumpply = <&vcc_1v8>;
230}; 215};
231 216
232&pwm_ef { 217&uart_AO {
233 status = "okay"; 218 status = "okay";
234 pinctrl-0 = <&pwm_e_pins>; 219 pinctrl-0 = <&uart_ao_a_pins>;
235 pinctrl-names = "default"; 220 pinctrl-names = "default";
236 clocks = <&clkc CLKID_FCLK_DIV4>; 221};
237 clock-names = "clkin0"; 222
223&usb0_phy {
224 status = "okay";
225 phy-supply = <&usb_vbus>;
226};
227
228&usb1_phy {
229 status = "okay";
230};
231
232&usb0 {
233 status = "okay";
234};
235
236&usb1 {
237 status = "okay";
238}; 238};