Skip to content

Commit e2fe8ad

Browse files
sremmind
authored andcommitted
arm64: dts: rockchip: Enable HDMI receiver on RK3588 EVB1
Enable HDMI input port of the RK3588 EVB1. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Link: https://lore.kernel.org/r/20250704-rk3588-evb1-hdmi-rx-v1-1-248315c36ccd@kernel.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent cd803da commit e2fe8ad

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,17 @@
391391
};
392392
};
393393

394+
&hdmi_receiver_cma {
395+
status = "okay";
396+
};
397+
398+
&hdmi_receiver {
399+
hpd-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
400+
pinctrl-0 = <&hdmim1_rx_cec &hdmim1_rx_hpdin &hdmim1_rx_scl &hdmim1_rx_sda &hdmirx_hpd>;
401+
pinctrl-names = "default";
402+
status = "okay";
403+
};
404+
394405
&hdptxphy0 {
395406
status = "okay";
396407
};
@@ -582,6 +593,12 @@
582593

583594
};
584595

596+
hdmirx {
597+
hdmirx_hpd: hdmirx-5v-detection {
598+
rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
599+
};
600+
};
601+
585602
hym8563 {
586603
hym8563_int: hym8563-int {
587604
rockchip,pins = <0 RK_PD4 RK_FUNC_GPIO &pcfg_pull_up>;

0 commit comments

Comments
 (0)