File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
arch/arm/boot/dts/rockchip Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 19
19
reg = <0x60000000 0x40000000>;
20
20
};
21
21
22
+ hdmi_con {
23
+ compatible = "hdmi-connector";
24
+ type = "a";
25
+
26
+ port {
27
+ hdmi_con_in: endpoint {
28
+ remote-endpoint = <&hdmi_out_con>;
29
+ };
30
+ };
31
+ };
32
+
22
33
vdd_log: regulator-vdd-log {
23
34
compatible = "pwm-regulator";
24
35
pwms = <&pwm3 0 1000>;
58
69
cpu-supply = <&vdd_arm>;
59
70
};
60
71
72
+ &hdmi {
73
+ status = "okay";
74
+ };
75
+
76
+ &hdmi_in_vop1 {
77
+ status = "disabled";
78
+ };
79
+
80
+ &hdmi_out {
81
+ hdmi_out_con: endpoint {
82
+ remote-endpoint = <&hdmi_con_in>;
83
+ };
84
+ };
85
+
86
+ &hdmi_sound {
87
+ status = "okay";
88
+ };
89
+
61
90
&i2c1 {
62
91
status = "okay";
63
92
clock-frequency = <400000>;
216
245
status = "okay";
217
246
};
218
247
248
+ &vop0 {
249
+ status = "okay";
250
+ };
251
+
219
252
&wdt {
220
253
status = "okay";
221
254
};
You can’t perform that action at this time.
0 commit comments