]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: rockchip: enable hdmi_sound and i2s0 for mk808 hdmi
authorJohan Jonker <jbx6244@gmail.com>
Thu, 20 Jun 2024 14:11:38 +0000 (16:11 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 24 Jun 2024 15:27:00 +0000 (17:27 +0200)
Enable the hdmi_sound node and add i2s0 as sound source
for mk808 hdmi.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/aa79ff87-ea94-4f6d-a81b-5110724243f4@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3066a-mk808.dts

index 06790f05b39537648c38b10ad6a4d9783b4bb076..4de9a45c4883b8fe9203b0c3540a35ba29b5ddf2 100644 (file)
        };
 };
 
+&hdmi_sound {
+       status = "okay";
+};
+
+&i2s0 {
+       status = "okay";
+};
+
 &mmc0 {
        bus-width = <4>;
        cap-mmc-highspeed;