[PATCH 2/4] arm64: dts: rockchip: Enable HDMI audio outputs for Orange Pi 5 Max
Jimmy Hon
honyuenkwun at gmail.com
Thu Feb 27 15:56:21 PST 2025
HDMI audio is available on the Orange Pi 5 Max HDMI TX ports.
Enable it for both ports.
Signed-off-by: Jimmy Hon <honyuenkwun at gmail.com>
---
.../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 be8cc96b5308..8b1d35760c3b 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-max.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-max.dts
@@ -50,6 +50,10 @@ hdmi0_out_con: endpoint {
};
};
+&hdmi0_sound {
+ status = "okay";
+};
+
&hdmi1 {
pinctrl-names = "default";
pinctrl-0 = <&hdmim0_tx1_cec &hdmim0_tx1_hpd
@@ -69,6 +73,10 @@ hdmi1_out_con: endpoint {
};
};
+&hdmi1_sound {
+ status = "okay";
+};
+
&hdptxphy0 {
status = "okay";
};
@@ -77,6 +85,14 @@ &hdptxphy1 {
status = "okay";
};
+&i2s5_8ch {
+ status = "okay";
+};
+
+&i2s6_8ch {
+ status = "okay";
+};
+
&led_blue_pwm {
pwms = <&pwm4 0 25000 0>;
};
--
2.48.1
More information about the Linux-rockchip
mailing list