]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Enable HDMI audio outputs for Rock 5B
authorDetlev Casanova <detlev.casanova@collabora.com>
Mon, 17 Feb 2025 21:47:42 +0000 (16:47 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 27 Feb 2025 12:04:38 +0000 (13:04 +0100)
HDMI audio is available on the Rock 5B HDMI TX ports.
Enable it for both ports.

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
Fixes: 419d1918105e ("ASoC: simple-card-utils: use __free(device_node) for device node")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/20250217215641.372723-4-detlev.casanova@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts

index 5acec6b97a46a870e5437f15b1078b2bdf0143b8..ceb6421234ff44176b31cd5a3c3f65f34be7fe4b 100644 (file)
        };
 };
 
+&hdmi0_sound {
+       status = "okay";
+};
+
 &hdmi1 {
        pinctrl-0 = <&hdmim0_tx1_cec &hdmim0_tx1_hpd
                     &hdmim1_tx1_scl &hdmim1_tx1_sda>;
        };
 };
 
+&hdmi1_sound {
+       status = "okay";
+};
+
 &hdptxphy0 {
        status = "okay";
 };
        };
 };
 
+&i2s5_8ch {
+       status = "okay";
+};
+
+&i2s6_8ch {
+       status = "okay";
+};
+
 &package_thermal {
        polling-delay = <1000>;