From: Jimmy Hon Date: Thu, 27 Feb 2025 23:56:21 +0000 (-0600) Subject: arm64: dts: rockchip: Enable HDMI audio outputs for Orange Pi 5 Max X-Git-Tag: v6.15-rc1~159^2~9^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01284d7e38fca8a4d6a9982cc69e618aadd30de1;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20250227235623.1624-3-honyuenkwun@gmail.com Signed-off-by: Heiko Stuebner --- 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 be8cc96b53081..8b1d35760c3bc 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_sound { + status = "okay"; +}; + &hdmi1 { pinctrl-names = "default"; pinctrl-0 = <&hdmim0_tx1_cec &hdmim0_tx1_hpd @@ -69,6 +73,10 @@ }; }; +&hdmi1_sound { + status = "okay"; +}; + &hdptxphy0 { status = "okay"; }; @@ -77,6 +85,14 @@ status = "okay"; }; +&i2s5_8ch { + status = "okay"; +}; + +&i2s6_8ch { + status = "okay"; +}; + &led_blue_pwm { pwms = <&pwm4 0 25000 0>; };