Skip to content

Commit a770eb1

Browse files
devrydmmind
authored andcommitted
arm64: dts: rockchip: Enable second HDMI output on CM3588
Enable the second HDMI output port found on FriendlyElec CM3588 and CM3588 Plus Signed-off-by: David Petry <petry103@gmail.com> Link: https://patch.msgid.link/20251021160603.96934-1-petry103@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 97a9b5e commit a770eb1

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-friendlyelec-cm3588-nas.dts

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,17 @@
101101
};
102102
};
103103

104+
hdmi1-con {
105+
compatible = "hdmi-connector";
106+
type = "a";
107+
108+
port {
109+
hdmi1_con_in: endpoint {
110+
remote-endpoint = <&hdmi1_out_con>;
111+
};
112+
};
113+
};
114+
104115
ir-receiver {
105116
compatible = "gpio-ir-receiver";
106117
gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_LOW>;
@@ -335,6 +346,22 @@
335346
};
336347
};
337348

349+
&hdmi1 {
350+
status = "okay";
351+
};
352+
353+
&hdmi1_in {
354+
hdmi1_in_vp1: endpoint {
355+
remote-endpoint = <&vp1_out_hdmi1>;
356+
};
357+
};
358+
359+
&hdmi1_out {
360+
hdmi1_out_con: endpoint {
361+
remote-endpoint = <&hdmi1_con_in>;
362+
};
363+
};
364+
338365
&hdmi_receiver_cma {
339366
status = "okay";
340367
};
@@ -350,6 +377,10 @@
350377
status = "okay";
351378
};
352379

380+
&hdptxphy1 {
381+
status = "okay";
382+
};
383+
353384
/* Connected to MIPI-DSI0 */
354385
&i2c5 {
355386
pinctrl-names = "default";
@@ -840,3 +871,10 @@
840871
remote-endpoint = <&hdmi0_in_vp0>;
841872
};
842873
};
874+
875+
&vp1 {
876+
vp1_out_hdmi1: endpoint@ROCKCHIP_VOP2_EP_HDMI1 {
877+
reg = <ROCKCHIP_VOP2_EP_HDMI1>;
878+
remote-endpoint = <&hdmi1_in_vp1>;
879+
};
880+
};

0 commit comments

Comments
 (0)