From: Nicolas Frattaroli Date: Tue, 6 May 2025 10:42:43 +0000 (+0200) Subject: arm64: dts: rockchip: Enable HDMI audio on Sige5 X-Git-Tag: v6.16-rc1~97^2~8^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcdeb39bb5615c4bb36f69d2ec11f25b54168304;p=thirdparty%2Fkernel%2Fstable.git arm64: dts: rockchip: Enable HDMI audio on Sige5 With the hdmi_sound node added to the base RK3576 SoC tree, we can now enable it on the Sige5 SBC. Do this, and also enable the corresponding SAI6 audio controller node. Signed-off-by: Nicolas Frattaroli Link: https://lore.kernel.org/r/20250506-rk3576-sai-v4-4-a8b5f5733ceb@collabora.com Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts b/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts index ec462347bfee5..06e110de7328a 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts @@ -275,6 +275,10 @@ }; }; +&hdmi_sound { + status = "okay"; +}; + &hdptxphy { status = "okay"; }; @@ -736,6 +740,10 @@ status = "okay"; }; +&sai6 { + status = "okay"; +}; + &sdhci { bus-width = <8>; full-pwr-cycle-in-suspend;