Skip to content

Commit bf9ffa6

Browse files
q4aigorpecovnik
authored andcommitted
Enable HDMI audio outputs for Rock 5B by detlev.casanova@collabora.com
https://lore.kernel.org/all/20250217215641.372723-4-detlev.casanova@collabora.com/
1 parent f78b0ae commit bf9ffa6

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
From: Detlev Casanova <detlev.casanova@collabora.com>
2+
Subject: [PATCH v7 3/3] arm64: dts: rockchip: Enable HDMI audio outputs for Rock 5B
3+
Date: Mon, 17 Feb 2025 16:47:42 -0500 [thread overview]
4+
Message-ID: <20250217215641.372723-4-detlev.casanova@collabora.com> (raw)
5+
In-Reply-To: <20250217215641.372723-1-detlev.casanova@collabora.com>
6+
7+
HDMI audio is available on the Rock 5B HDMI TX ports.
8+
Enable it for both ports.
9+
10+
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
11+
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
12+
---
13+
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 16 ++++++++++++++++
14+
1 file changed, 16 insertions(+)
15+
16+
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
17+
index 27128c6a05a2f..8f42cd0427701 100644
18+
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
19+
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
20+
@@ -231,6 +231,10 @@ hdmi0_out_con: endpoint {
21+
};
22+
};
23+
24+
+&hdmi0_sound {
25+
+ status = "okay";
26+
+};
27+
+
28+
&hdmi1 {
29+
pinctrl-0 = <&hdmim0_tx1_cec &hdmim0_tx1_hpd
30+
&hdmim1_tx1_scl &hdmim1_tx1_sda>;
31+
@@ -249,6 +253,10 @@ hdmi1_out_con: endpoint {
32+
};
33+
};
34+
35+
+&hdmi1_sound {
36+
+ status = "okay";
37+
+};
38+
+
39+
&hdptxphy0 {
40+
status = "okay";
41+
};
42+
@@ -351,6 +359,14 @@ i2s0_8ch_p0_0: endpoint {
43+
};
44+
};
45+
46+
+&i2s5_8ch {
47+
+ status = "okay";
48+
+};
49+
+
50+
+&i2s6_8ch {
51+
+ status = "okay";
52+
+};
53+
+
54+
&package_thermal {
55+
polling-delay = <1000>;
56+
57+
--
58+
2.48.1

0 commit comments

Comments
 (0)