forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/rk3066a-mk808.dts
....@@ -22,11 +22,22 @@
2222 gpio-leds {
2323 compatible = "gpio-leds";
2424
25
- blue {
25
+ blue_led: led-0 {
2626 label = "mk808:blue:power";
2727 gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
2828 default-state = "off";
2929 linux,default-trigger = "default-on";
30
+ };
31
+ };
32
+
33
+ hdmi_con {
34
+ compatible = "hdmi-connector";
35
+ type = "c";
36
+
37
+ port {
38
+ hdmi_con_in: endpoint {
39
+ remote-endpoint = <&hdmi_out_con>;
40
+ };
3041 };
3142 };
3243
....@@ -91,6 +102,20 @@
91102 };
92103 };
93104
105
+&hdmi {
106
+ status = "okay";
107
+};
108
+
109
+&hdmi_in_vop1 {
110
+ status = "disabled";
111
+};
112
+
113
+&hdmi_out {
114
+ hdmi_out_con: endpoint {
115
+ remote-endpoint = <&hdmi_con_in>;
116
+ };
117
+};
118
+
94119 &mmc0 {
95120 bus-width = <4>;
96121 cap-mmc-highspeed;
....@@ -101,7 +126,6 @@
101126
102127 &mmc1 {
103128 bus-width = <4>;
104
- disable-wp;
105129 non-removable;
106130 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;
107131 pinctrl-names = "default";
....@@ -151,6 +175,10 @@
151175 status = "okay";
152176 };
153177
178
+&vop0 {
179
+ status = "okay";
180
+};
181
+
154182 &wdt {
155183 status = "okay";
156184 };