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>
45 lines
1.3 KiB
Diff
45 lines
1.3 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: palachzzz <7zzzzzzz@mail.ru>
|
|
Date: Thu, 27 Feb 2025 23:06:51 +0800
|
|
Subject: [ARCHEOLOGY] RK3588 add HDMI sound, add support for OPi5 Max #7884
|
|
|
|
> X-Git-Archeology: - Revision 0b88561ec332114404ff8075ab6bc2419ca66a47: https://github.com/armbian/build/commit/0b88561ec332114404ff8075ab6bc2419ca66a47
|
|
> X-Git-Archeology: Date: Thu, 27 Feb 2025 23:06:51 +0800
|
|
> X-Git-Archeology: From: palachzzz <7zzzzzzz@mail.ru>
|
|
> X-Git-Archeology: Subject: RK3588 add HDMI sound, add support for OPi5 Max #7884
|
|
> X-Git-Archeology:
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-max.dts | 16 ++++++++++
|
|
1 file changed, 16 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-max.dts b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-max.dts
|
|
index 111111111111..222222222222 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-max.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-max.dts
|
|
@@ -49,6 +49,22 @@ &hdmi0 {
|
|
status = "okay";
|
|
};
|
|
|
|
+&hdmi0_sound {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&hdmi1_sound {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&i2s5_8ch {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&i2s6_8ch {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&hdmi0_in {
|
|
hdmi0_in_vp0: endpoint {
|
|
remote-endpoint = <&vp0_out_hdmi0>;
|
|
--
|
|
Armbian
|
|
|