]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Enable HDMI audio on Sige5
authorNicolas Frattaroli <nicolas.frattaroli@collabora.com>
Tue, 6 May 2025 10:42:43 +0000 (12:42 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 9 May 2025 19:41:06 +0000 (21:41 +0200)
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 <nicolas.frattaroli@collabora.com>
Link: https://lore.kernel.org/r/20250506-rk3576-sai-v4-4-a8b5f5733ceb@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts

index ec462347bfee5d1cffcea58bdd8e9dc8185b9b47..06e110de7328ab5c91fcdbea0d34b2d502035db5 100644 (file)
        };
 };
 
+&hdmi_sound {
+       status = "okay";
+};
+
 &hdptxphy {
        status = "okay";
 };
        status = "okay";
 };
 
+&sai6 {
+       status = "okay";
+};
+
 &sdhci {
        bus-width = <8>;
        full-pwr-cycle-in-suspend;