mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 19:04:06 +02:00
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
|
|
@@ -38,6 +38,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
|
|
|