diff options
author | Andreas Färber <afaerber@suse.de> | 2017-05-13 10:33:33 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-17 13:34:15 -0400 |
commit | 67fe352fa6e0f45fbf84db8f0df7ba072aee8432 (patch) | |
tree | c54b149e6569631fa2376dede9e2875cc57ef3e9 | |
parent | 82f113450078d118168bd94ba849387b5424a58a (diff) |
arm64: dts: meson-gxbb-p20x: 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-p20x.dtsi | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi index 0ec1d19522dd..d904deb1018c 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | |||
@@ -148,34 +148,36 @@ | |||
148 | }; | 148 | }; |
149 | }; | 149 | }; |
150 | 150 | ||
151 | /* This UART is brought out to the DB9 connector */ | 151 | &cvbs_vdac_port { |
152 | &uart_AO { | 152 | cvbs_vdac_out: endpoint { |
153 | status = "okay"; | 153 | remote-endpoint = <&cvbs_connector_in>; |
154 | pinctrl-0 = <&uart_ao_a_pins>; | 154 | }; |
155 | pinctrl-names = "default"; | ||
156 | }; | 155 | }; |
157 | 156 | ||
158 | &ir { | 157 | &hdmi_tx { |
159 | status = "okay"; | 158 | status = "okay"; |
160 | pinctrl-0 = <&remote_input_ao_pins>; | 159 | pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>; |
161 | pinctrl-names = "default"; | 160 | pinctrl-names = "default"; |
162 | }; | 161 | }; |
163 | 162 | ||
164 | &usb0_phy { | 163 | &hdmi_tx_tmds_port { |
165 | status = "okay"; | 164 | hdmi_tx_tmds_out: endpoint { |
166 | phy-supply = <&usb_pwr>; | 165 | remote-endpoint = <&hdmi_connector_in>; |
167 | }; | 166 | }; |
168 | |||
169 | &usb1_phy { | ||
170 | status = "okay"; | ||
171 | }; | 167 | }; |
172 | 168 | ||
173 | &usb0 { | 169 | &ir { |
174 | status = "okay"; | 170 | status = "okay"; |
171 | pinctrl-0 = <&remote_input_ao_pins>; | ||
172 | pinctrl-names = "default"; | ||
175 | }; | 173 | }; |
176 | 174 | ||
177 | &usb1 { | 175 | &pwm_ef { |
178 | status = "okay"; | 176 | status = "okay"; |
177 | pinctrl-0 = <&pwm_e_pins>; | ||
178 | pinctrl-names = "default"; | ||
179 | clocks = <&clkc CLKID_FCLK_DIV4>; | ||
180 | clock-names = "clkin0"; | ||
179 | }; | 181 | }; |
180 | 182 | ||
181 | /* Wireless SDIO Module */ | 183 | /* Wireless SDIO Module */ |
@@ -242,28 +244,26 @@ | |||
242 | vqmmc-supply = <&vddio_boot>; | 244 | vqmmc-supply = <&vddio_boot>; |
243 | }; | 245 | }; |
244 | 246 | ||
245 | &pwm_ef { | 247 | /* This UART is brought out to the DB9 connector */ |
248 | &uart_AO { | ||
246 | status = "okay"; | 249 | status = "okay"; |
247 | pinctrl-0 = <&pwm_e_pins>; | 250 | pinctrl-0 = <&uart_ao_a_pins>; |
248 | pinctrl-names = "default"; | 251 | pinctrl-names = "default"; |
249 | clocks = <&clkc CLKID_FCLK_DIV4>; | ||
250 | clock-names = "clkin0"; | ||
251 | }; | 252 | }; |
252 | 253 | ||
253 | &cvbs_vdac_port { | 254 | &usb0_phy { |
254 | cvbs_vdac_out: endpoint { | 255 | status = "okay"; |
255 | remote-endpoint = <&cvbs_connector_in>; | 256 | phy-supply = <&usb_pwr>; |
256 | }; | ||
257 | }; | 257 | }; |
258 | 258 | ||
259 | &hdmi_tx { | 259 | &usb1_phy { |
260 | status = "okay"; | 260 | status = "okay"; |
261 | pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>; | ||
262 | pinctrl-names = "default"; | ||
263 | }; | 261 | }; |
264 | 262 | ||
265 | &hdmi_tx_tmds_port { | 263 | &usb0 { |
266 | hdmi_tx_tmds_out: endpoint { | 264 | status = "okay"; |
267 | remote-endpoint = <&hdmi_connector_in>; | 265 | }; |
268 | }; | 266 | |
267 | &usb1 { | ||
268 | status = "okay"; | ||
269 | }; | 269 | }; |