Skip to content

Commit f5c9549

Browse files
alcharkmmind
authored andcommitted
arm64: dts: rockchip: Enable HDMI sound on RK3576 EVB1
All RK3576 boards get their HDMI sound from SAI6, which is internally connected to the HDMI codec. Enable this for Rockchip RK3576 EVB1 Signed-off-by: Alexey Charkov <alchark@gmail.com> Link: https://patch.msgid.link/20251229-rk3576-sound-v1-6-2f59ef0d19b1@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 87af764 commit f5c9549

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@
315315
};
316316
};
317317

318+
&hdmi_sound {
319+
status = "okay";
320+
};
321+
318322
&hdptxphy {
319323
status = "okay";
320324
};
@@ -835,6 +839,10 @@
835839
};
836840
};
837841

842+
&sai6 {
843+
status = "okay";
844+
};
845+
838846
&sdhci {
839847
bus-width = <8>;
840848
full-pwr-cycle-in-suspend;

0 commit comments

Comments
 (0)