Skip to content

Commit bde5559

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

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3576-nanopi-m5.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@
340340
};
341341
};
342342

343+
&hdmi_sound {
344+
status = "okay";
345+
};
346+
343347
&hdptxphy {
344348
status = "okay";
345349
};
@@ -864,6 +868,10 @@
864868
status = "okay";
865869
};
866870

871+
&sai6 {
872+
status = "okay";
873+
};
874+
867875
&saradc {
868876
vref-supply = <&vcca_1v8_s0>;
869877
status = "okay";

0 commit comments

Comments
 (0)