Skip to content

Commit f9f4529

Browse files
viallymmind
authored andcommitted
arm64: dts: rockchip: Enable HDMI receiver on CM3588
Enable support for the HDMI input port found on FriendlyElec CM3588 and CM3588 Plus. Signed-off-by: Valentin Hăloiu <valentin.haloiu@gmail.com> Link: https://lore.kernel.org/r/20250622185814.35031-1-valentin.haloiu@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 4ab8b8a commit f9f4529

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,17 @@
335335
};
336336
};
337337

338+
&hdmi_receiver_cma {
339+
status = "okay";
340+
};
341+
342+
&hdmi_receiver {
343+
hpd-gpios = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
344+
pinctrl-0 = <&hdmim1_rx_cec &hdmim1_rx_hpdin &hdmim1_rx_scl &hdmim1_rx_sda &hdmirx_hpd>;
345+
pinctrl-names = "default";
346+
status = "okay";
347+
};
348+
338349
&hdptxphy0 {
339350
status = "okay";
340351
};
@@ -478,6 +489,12 @@
478489
};
479490
};
480491

492+
hdmirx {
493+
hdmirx_hpd: hdmirx-5v-detection {
494+
rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_up>;
495+
};
496+
};
497+
481498
pcie {
482499
pcie2_0_rst: pcie2-0-rst {
483500
rockchip,pins = <4 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>;

0 commit comments

Comments
 (0)