Skip to content

Commit e6066ed

Browse files
Nicolas Frattarolimmind
authored andcommitted
arm64: dts: rockchip: add HDMI audio on ROCK 4D
Much like the Sige5, the ROCK 4D also has an HDMI port, so is capable of providing HDMI audio output as well. Enable the SoC's hdmi_sound card, and also enable the SoC audio controller (sai6) that feeds into it. Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com> Tested-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Link: https://lore.kernel.org/r/20250630-rock4d-audio-v1-4-0b3c8e8fda9c@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent eebf594 commit e6066ed

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3576-rock-4d.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@
304304
};
305305
};
306306

307+
&hdmi_sound {
308+
status = "okay";
309+
};
310+
307311
&hdptxphy {
308312
status = "okay";
309313
};
@@ -752,6 +756,10 @@
752756
};
753757
};
754758

759+
&sai6 {
760+
status = "okay";
761+
};
762+
755763
&sdmmc {
756764
bus-width = <4>;
757765
cap-mmc-highspeed;

0 commit comments

Comments
 (0)