Skip to content

Commit cb2a673

Browse files
committed
ARM: dts: rockchip: enable hdmi on rk3066 marsboard
The marsboard does have a regular hdmi-a connector and can simply use the already existing infrastructure (rk3066-hdmi) for display output. Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent dd6c778 commit cb2a673

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@
1919
reg = <0x60000000 0x40000000>;
2020
};
2121

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+
2233
vdd_log: regulator-vdd-log {
2334
compatible = "pwm-regulator";
2435
pwms = <&pwm3 0 1000>;
@@ -58,6 +69,24 @@
5869
cpu-supply = <&vdd_arm>;
5970
};
6071

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+
6190
&i2c1 {
6291
status = "okay";
6392
clock-frequency = <400000>;
@@ -216,6 +245,10 @@
216245
status = "okay";
217246
};
218247

248+
&vop0 {
249+
status = "okay";
250+
};
251+
219252
&wdt {
220253
status = "okay";
221254
};

0 commit comments

Comments
 (0)