rockchip64-6.18: mekotronics-r58-4x4: hdmi-in (hdmirx)

- the 4x4 has 4 HDMI-In's, only one of them (labeled "HDMI IN60") is 3588-native
This commit is contained in:
Ricardo Pardini
2025-12-24 20:11:04 +01:00
parent 7e531c09e3
commit fa672fbfcb

View File

@@ -207,6 +207,18 @@
status = "okay";
};
&hdmi_receiver_cma {
status = "okay";
};
// labeled as "HDMI IN60" - left side of board to the rear
&hdmi_receiver {
hpd-gpios = <&gpio1 RK_PD1 GPIO_ACTIVE_LOW>;
pinctrl-0 = <&hdmim2_rx_cec &hdmim2_rx_hpdin &hdmim2_rx_scl &hdmim2_rx_sda &hdmirx_hpd>;
pinctrl-names = "default";
status = "okay";
};
&i2c0 {
pinctrl-names = "default";
pinctrl-0 = <&i2c0m2_xfer>;
@@ -336,6 +348,13 @@
rockchip,pins = <3 RK_PB7 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
hdmirx {
hdmirx_hpd: hdmirx-5v-detection {
rockchip,pins = <1 RK_PD1 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
};
&saradc {