forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
....@@ -64,9 +64,23 @@
6464
6565 wifi_pwrseq: wifi_pwrseq {
6666 compatible = "mmc-pwrseq-simple";
67
- pinctrl-names = "default";
6867 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
6968 };
69
+
70
+ connector {
71
+ compatible = "hdmi-connector";
72
+ type = "a";
73
+
74
+ port {
75
+ hdmi_con_in: endpoint {
76
+ remote-endpoint = <&hdmi_out_con>;
77
+ };
78
+ };
79
+ };
80
+};
81
+
82
+&de {
83
+ status = "okay";
7084 };
7185
7286 &ehci1 {
....@@ -94,9 +108,19 @@
94108 };
95109 };
96110
111
+&hdmi {
112
+ status = "okay";
113
+};
114
+
115
+&hdmi_out {
116
+ hdmi_out_con: endpoint {
117
+ remote-endpoint = <&hdmi_con_in>;
118
+ };
119
+};
120
+
97121 &ir {
98122 pinctrl-names = "default";
99
- pinctrl-0 = <&ir_pins_a>;
123
+ pinctrl-0 = <&r_ir_rx_pin>;
100124 status = "okay";
101125 };
102126