[PATCH] arm64: dts: rockchip: Enable HDMI audio output for ArmSoM Sige7

Jianfeng Liu posted 1 patch 9 months, 1 week ago
arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH] arm64: dts: rockchip: Enable HDMI audio output for ArmSoM Sige7
Posted by Jianfeng Liu 9 months, 1 week ago
HDMI audio is available on the ArmSoM Sige7 HDMI TX port.
Enable it for HDMI0 port.

Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com>
---

 arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts b/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts
index 6a0fffaa26ee..0ef8ea76b0a8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts
@@ -192,6 +192,10 @@ hdmi0_out_con: endpoint {
 	};
 };
 
+&hdmi0_sound {
+	status = "okay";
+};
+
 &hdptxphy0 {
 	status = "okay";
 };
@@ -290,6 +294,10 @@ i2s0_8ch_p0_0: endpoint {
 	};
 };
 
+&i2s5_8ch {
+	status = "okay";
+};
+
 /* phy1 - right ethernet port */
 &pcie2x1l0 {
 	reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
-- 
2.43.0
Re: [PATCH] arm64: dts: rockchip: Enable HDMI audio output for ArmSoM Sige7
Posted by Heiko Stuebner 9 months, 1 week ago
On Thu, 13 Mar 2025 00:40:49 +0800, Jianfeng Liu wrote:
> HDMI audio is available on the ArmSoM Sige7 HDMI TX port.
> Enable it for HDMI0 port.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Enable HDMI audio output for ArmSoM Sige7
      commit: e2759a8d452bcc1b64ecd4e819411fa26b6ed72e

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>