Skip to content

Commit 87af764

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

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3576-luckfox-core3576.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@
246246
};
247247
};
248248

249+
&hdmi_sound {
250+
status = "okay";
251+
};
252+
249253
&hdptxphy {
250254
status = "okay";
251255
};
@@ -691,6 +695,10 @@
691695
status = "okay";
692696
};
693697

698+
&sai6 {
699+
status = "okay";
700+
};
701+
694702
&saradc {
695703
vref-supply = <&vcca_1v8_s0>;
696704
status = "okay";

0 commit comments

Comments
 (0)