mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
rockchip64-6.18: Enable audio for HDMI0 on station-m3
Signed-off-by: Alex Ling <ling_kasim@hotmail.com>
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
From 8f9e516e8d971abdd52a56c2a29144c7ca6716b6 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ling <ling_kasim@hotmail.com>
|
||||
Date: Sun, 9 Nov 2025 19:26:25 +0800
|
||||
Subject: [PATCH] arm64: dts: rk3588s-roc-pc: Enable HDMI audio
|
||||
|
||||
Signed-off-by: Alex Ling <ling_kasim@hotmail.com>
|
||||
---
|
||||
arch/arm64/boot/dts/rockchip/rk3588s-roc-pc.dts | 8 ++++++++
|
||||
1 file changed, 8 insertions(+)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-roc-pc.dts b/arch/arm64/boot/dts/rockchip/rk3588s-roc-pc.dts
|
||||
index 7e179862da6e5..449e457caa2a4 100644
|
||||
--- a/arch/arm64/boot/dts/rockchip/rk3588s-roc-pc.dts
|
||||
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-roc-pc.dts
|
||||
@@ -243,6 +243,10 @@ &hdptxphy0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
+&hdmi0_sound {
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
&i2c0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c0m2_xfer>;
|
||||
@@ -344,6 +348,10 @@ &i2s0_sdi0
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
+&i2s5_8ch {
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
&mdio1 {
|
||||
rgmii_phy1: ethernet-phy@1 {
|
||||
compatible = "ethernet-phy-ieee802.3-c22";
|
||||
--
|
||||
2.43.0
|
||||
|
||||
Reference in New Issue
Block a user