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: https://gentwo.org/gitweb/?a=commitdiff_plain;h=fcdeb39bb5615c4bb36f69d2ec11f25b54168304;p=linux%2F.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 ec462347bfee..06e110de7328 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_out_con: endpoint { }; }; +&hdmi_sound { + status = "okay"; +}; + &hdptxphy { status = "okay"; }; @@ -736,6 +740,10 @@ &sai1m0_sdi0 status = "okay"; }; +&sai6 { + status = "okay"; +}; + &sdhci { bus-width = <8>; full-pwr-cycle-in-suspend;