arm64: dts: rockchip: Enable HDMI audio outputs for Orange Pi 5 Max

HDMI audio is available on the Orange Pi 5 Max HDMI TX ports.
Enable it for both ports.

Signed-off-by: Jimmy Hon <honyuenkwun@gmail.com>
Link: https://lore.kernel.org/r/20250227235623.1624-3-honyuenkwun@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Jimmy Hon 2025-02-27 17:56:21 -06:00 committed by Heiko Stuebner
parent 21f1208a3a
commit 01284d7e38

View File

@ -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>;
};