aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts52
1 files changed, 26 insertions, 26 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts
index 8873c058fad2..6633a5d8fdd3 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts
@@ -140,10 +140,10 @@
140 }; 140 };
141}; 141};
142 142
143&uart_AO { 143&cvbs_vdac_port {
144 status = "okay"; 144 cvbs_vdac_out: endpoint {
145 pinctrl-0 = <&uart_ao_a_pins>; 145 remote-endpoint = <&cvbs_connector_in>;
146 pinctrl-names = "default"; 146 };
147}; 147};
148 148
149&ethmac { 149&ethmac {
@@ -152,12 +152,32 @@
152 phy-handle = <&internal_phy>; 152 phy-handle = <&internal_phy>;
153}; 153};
154 154
155&hdmi_tx {
156 status = "okay";
157 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
158 pinctrl-names = "default";
159};
160
161&hdmi_tx_tmds_port {
162 hdmi_tx_tmds_out: endpoint {
163 remote-endpoint = <&hdmi_connector_in>;
164 };
165};
166
155&ir { 167&ir {
156 status = "okay"; 168 status = "okay";
157 pinctrl-0 = <&remote_input_ao_pins>; 169 pinctrl-0 = <&remote_input_ao_pins>;
158 pinctrl-names = "default"; 170 pinctrl-names = "default";
159}; 171};
160 172
173&pwm_ef {
174 status = "okay";
175 pinctrl-0 = <&pwm_e_pins>;
176 pinctrl-names = "default";
177 clocks = <&clkc CLKID_FCLK_DIV4>;
178 clock-names = "clkin0";
179};
180
161/* Wireless SDIO Module */ 181/* Wireless SDIO Module */
162&sd_emmc_a { 182&sd_emmc_a {
163 status = "okay"; 183 status = "okay";
@@ -217,28 +237,8 @@
217 vqmmc-supply = <&vddio_boot>; 237 vqmmc-supply = <&vddio_boot>;
218}; 238};
219 239
220&pwm_ef { 240&uart_AO {
221 status = "okay";
222 pinctrl-0 = <&pwm_e_pins>;
223 pinctrl-names = "default";
224 clocks = <&clkc CLKID_FCLK_DIV4>;
225 clock-names = "clkin0";
226};
227
228&cvbs_vdac_port {
229 cvbs_vdac_out: endpoint {
230 remote-endpoint = <&cvbs_connector_in>;
231 };
232};
233
234&hdmi_tx {
235 status = "okay"; 241 status = "okay";
236 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>; 242 pinctrl-0 = <&uart_ao_a_pins>;
237 pinctrl-names = "default"; 243 pinctrl-names = "default";
238}; 244};
239
240&hdmi_tx_tmds_port {
241 hdmi_tx_tmds_out: endpoint {
242 remote-endpoint = <&hdmi_connector_in>;
243 };
244};