diff options
author | Andreas Färber <afaerber@suse.de> | 2017-05-13 10:33:36 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-17 13:34:16 -0400 |
commit | a5e27015db524f2cc34e9177e8128e8198d2d33d (patch) | |
tree | 956497ea9bd2b622ef045e7880df6f87d6921658 | |
parent | e02849b9a4c7b787f1436307997f24eecd2a5473 (diff) |
arm64: dts: meson-gxm-nexbox-a1: 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-gxm-nexbox-a1.dts | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts index 920fac10de93..5f626d683088 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | |||
@@ -113,10 +113,49 @@ | |||
113 | }; | 113 | }; |
114 | }; | 114 | }; |
115 | 115 | ||
116 | &uart_AO { | 116 | &cvbs_vdac_port { |
117 | cvbs_vdac_out: endpoint { | ||
118 | remote-endpoint = <&cvbs_connector_in>; | ||
119 | }; | ||
120 | }; | ||
121 | |||
122 | ðmac { | ||
117 | status = "okay"; | 123 | status = "okay"; |
118 | pinctrl-0 = <&uart_ao_a_pins>; | 124 | |
125 | pinctrl-0 = <ð_pins>; | ||
119 | pinctrl-names = "default"; | 126 | pinctrl-names = "default"; |
127 | |||
128 | /* Select external PHY by default */ | ||
129 | phy-handle = <&external_phy>; | ||
130 | |||
131 | amlogic,tx-delay-ns = <2>; | ||
132 | |||
133 | snps,reset-gpio = <&gpio GPIOZ_14 0>; | ||
134 | snps,reset-delays-us = <0 10000 1000000>; | ||
135 | snps,reset-active-low; | ||
136 | |||
137 | /* External PHY is in RGMII */ | ||
138 | phy-mode = "rgmii"; | ||
139 | }; | ||
140 | |||
141 | &external_mdio { | ||
142 | external_phy: ethernet-phy@0 { | ||
143 | compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22"; | ||
144 | reg = <0>; | ||
145 | max-speed = <1000>; | ||
146 | }; | ||
147 | }; | ||
148 | |||
149 | &hdmi_tx { | ||
150 | status = "okay"; | ||
151 | pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>; | ||
152 | pinctrl-names = "default"; | ||
153 | }; | ||
154 | |||
155 | &hdmi_tx_tmds_port { | ||
156 | hdmi_tx_tmds_out: endpoint { | ||
157 | remote-endpoint = <&hdmi_connector_in>; | ||
158 | }; | ||
120 | }; | 159 | }; |
121 | 160 | ||
122 | &ir { | 161 | &ir { |
@@ -163,47 +202,8 @@ | |||
163 | vqmmc-supply = <&vddio_boot>; | 202 | vqmmc-supply = <&vddio_boot>; |
164 | }; | 203 | }; |
165 | 204 | ||
166 | ðmac { | 205 | &uart_AO { |
167 | status = "okay"; | ||
168 | |||
169 | pinctrl-0 = <ð_pins>; | ||
170 | pinctrl-names = "default"; | ||
171 | |||
172 | /* Select external PHY by default */ | ||
173 | phy-handle = <&external_phy>; | ||
174 | |||
175 | amlogic,tx-delay-ns = <2>; | ||
176 | |||
177 | snps,reset-gpio = <&gpio GPIOZ_14 0>; | ||
178 | snps,reset-delays-us = <0 10000 1000000>; | ||
179 | snps,reset-active-low; | ||
180 | |||
181 | /* External PHY is in RGMII */ | ||
182 | phy-mode = "rgmii"; | ||
183 | }; | ||
184 | |||
185 | &external_mdio { | ||
186 | external_phy: ethernet-phy@0 { | ||
187 | compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22"; | ||
188 | reg = <0>; | ||
189 | max-speed = <1000>; | ||
190 | }; | ||
191 | }; | ||
192 | |||
193 | &cvbs_vdac_port { | ||
194 | cvbs_vdac_out: endpoint { | ||
195 | remote-endpoint = <&cvbs_connector_in>; | ||
196 | }; | ||
197 | }; | ||
198 | |||
199 | &hdmi_tx { | ||
200 | status = "okay"; | 206 | status = "okay"; |
201 | pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>; | 207 | pinctrl-0 = <&uart_ao_a_pins>; |
202 | pinctrl-names = "default"; | 208 | pinctrl-names = "default"; |
203 | }; | 209 | }; |
204 | |||
205 | &hdmi_tx_tmds_port { | ||
206 | hdmi_tx_tmds_out: endpoint { | ||
207 | remote-endpoint = <&hdmi_connector_in>; | ||
208 | }; | ||
209 | }; | ||