mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
56 lines
1.6 KiB
Diff
56 lines
1.6 KiB
Diff
From c13c281a5bd4e4a8d94d01becc92d784b45c7b47 Mon Sep 17 00:00:00 2001
|
|
From: Maud Spierings <maud_spierings@hotmail.com>
|
|
Date: Sat, 23 Aug 2025 14:43:51 +0200
|
|
Subject: [PATCH 021/113] FROMGIT(6.18): arm64: dts: rockchip: Enable HDMI
|
|
receiver on orangepi 5 plus
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Enable support for the HDMI input port found on the orangepi 5 plus.
|
|
|
|
Signed-off-by: Maud Spierings <maud_spierings@hotmail.com>
|
|
Reviewed-by: Ondřej Jirman <megi@xff.cz>
|
|
---
|
|
.../dts/rockchip/rk3588-orangepi-5-plus.dts | 17 +++++++++++++++++
|
|
1 file changed, 17 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
|
|
index 8222f1fae8fa..9950d1147e12 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
|
|
@@ -160,6 +160,17 @@ &hdmi1_sound {
|
|
status = "okay";
|
|
};
|
|
|
|
+&hdmi_receiver_cma {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&hdmi_receiver {
|
|
+ hpd-gpios = <&gpio1 RK_PC6 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";
|
|
};
|
|
@@ -279,6 +290,12 @@ blue_led_pin: blue-led {
|
|
};
|
|
};
|
|
|
|
+ hdmirx {
|
|
+ hdmirx_hpd: hdmirx-5v-detection {
|
|
+ rockchip,pins = <1 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
|
|
+ };
|
|
+ };
|
|
+
|
|
ir-receiver {
|
|
ir_receiver_pin: ir-receiver-pin {
|
|
rockchip,pins = <4 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>;
|
|
--
|
|
2.34.1
|
|
|