mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Fix wifi drivers on kernel v6.16 These patches can get deleted after merged upstream. * initial commit * fix header * remove ssv6051 driver --------- Co-authored-by: amazingfate <liujianfeng1994@gmail.com>
52 lines
1.4 KiB
Diff
52 lines
1.4 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Ricardo Pardini <ricardo@pardini.net>
|
|
Date: Fri, 23 May 2025 15:33:24 +0200
|
|
Subject: arm64: dts: rockchip: Enable HDMI receiver on CM3588-NAS
|
|
|
|
The CM3588-NAS has a full-size HDMI port, which can be used for receiving
|
|
HDMI data. This enables support for it.
|
|
|
|
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3588-friendlyelec-cm3588-nas.dts | 17 ++++++++++
|
|
1 file changed, 17 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-friendlyelec-cm3588-nas.dts b/arch/arm64/boot/dts/rockchip/rk3588-friendlyelec-cm3588-nas.dts
|
|
index 111111111111..222222222222 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588-friendlyelec-cm3588-nas.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-friendlyelec-cm3588-nas.dts
|
|
@@ -335,6 +335,17 @@ hdmi0_out_con: endpoint {
|
|
};
|
|
};
|
|
|
|
+&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";
|
|
};
|
|
@@ -478,6 +489,12 @@ key1_pin: key1-pin {
|
|
};
|
|
};
|
|
|
|
+ hdmirx {
|
|
+ hdmirx_hpd: hdmirx-5v-detection {
|
|
+ rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_up>;
|
|
+ };
|
|
+ };
|
|
+
|
|
pcie {
|
|
pcie2_0_rst: pcie2-0-rst {
|
|
rockchip,pins = <4 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>;
|
|
--
|
|
Armbian
|
|
|