]> www.infradead.org Git - users/hch/misc.git/commitdiff
arm64: dts: rockchip: enable HDMI Receiver on NanoPC T6
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Fri, 5 Sep 2025 11:02:30 +0000 (13:02 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 7 Sep 2025 17:17:12 +0000 (19:17 +0200)
Let enable HDMI input port.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Link: https://lore.kernel.org/r/579370818ef3b70b57bc5b8846f3b330d091d9a4.1757068166.git.marcin@juszkiewicz.com.pl
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi

index 3d8b6f0c55418805c0d614a4d65f67b0c660ca0f..e647a30dca624a3fa814b91126faaf6b3bc8a9e4 100644 (file)
        status = "okay";
 };
 
+&hdmi_receiver_cma {
+       status = "okay";
+};
+
+&hdmi_receiver {
+       hpd-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_LOW>;
+       pinctrl-0 = <&hdmim1_rx_cec &hdmim1_rx_hpdin &hdmim1_rx_scl &hdmim1_rx_sda &hdmirx_hpd>;
+       pinctrl-names = "default";
+       status = "okay";
+};
+
 &hdptxphy0 {
        status = "okay";
 };
                };
        };
 
+       hdmirx {
+               hdmirx_hpd: hdmirx-5v-detection {
+                       rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>;
+               };
+       };
+
        headphone {
                hp_det: hp-det {
                        rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;