forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/sun4i-a10-a1000.dts
....@@ -60,6 +60,17 @@
6060 stdout-path = "serial0:115200n8";
6161 };
6262
63
+ hdmi-connector {
64
+ compatible = "hdmi-connector";
65
+ type = "a";
66
+
67
+ port {
68
+ hdmi_con_in: endpoint {
69
+ remote-endpoint = <&hdmi_out_con>;
70
+ };
71
+ };
72
+ };
73
+
6374 leds {
6475 compatible = "gpio-leds";
6576
....@@ -125,7 +136,7 @@
125136 };
126137
127138 &emac {
128
- phy = <&phy1>;
139
+ phy-handle = <&phy1>;
129140 status = "okay";
130141 };
131142
....@@ -133,6 +144,20 @@
133144 status = "okay";
134145 };
135146
147
+&de {
148
+ status = "okay";
149
+};
150
+
151
+&hdmi {
152
+ status = "okay";
153
+};
154
+
155
+&hdmi_out {
156
+ hdmi_out_con: endpoint {
157
+ remote-endpoint = <&hdmi_con_in>;
158
+ };
159
+};
160
+
136161 &i2c0 {
137162 status = "okay";
138163