Skip to content

Commit 947f901

Browse files
qbisiigorpecovnik
authored andcommitted
hinlink-h88k: add hdmi_rx support
1 parent 805e053 commit 947f901

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

patch/kernel/archive/rockchip64-6.12/dt/rk3588-hinlink-h88k.dts

+18
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,18 @@
280280
};
281281
};
282282

283+
&hdmi_receiver_cma {
284+
status = "okay";
285+
};
286+
287+
&hdmi_receiver {
288+
status = "okay";
289+
hpd-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
290+
pinctrl-0 = <&hdmim1_rx_cec &hdmim1_rx_hpdin &hdmim1_rx_scl &hdmim1_rx_sda &hdmirx_hpd>;
291+
pinctrl-names = "default";
292+
memory-region = <&hdmi_receiver_cma>;
293+
};
294+
283295
&i2c0 {
284296
pinctrl-names = "default";
285297
pinctrl-0 = <&i2c0m2_xfer>;
@@ -419,6 +431,12 @@
419431
};
420432

421433
&pinctrl {
434+
hdmirx {
435+
hdmirx_hpd: hdmirx-hpd {
436+
rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
437+
};
438+
};
439+
422440
hym8563 {
423441
hym8563_int: hym8563-int {
424442
rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;

0 commit comments

Comments
 (0)