]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Enable HDMI audio outputs for Orange Pi 5 Plus
authorJimmy Hon <honyuenkwun@gmail.com>
Thu, 27 Feb 2025 23:56:23 +0000 (17:56 -0600)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 12 Mar 2025 07:11:15 +0000 (08:11 +0100)
HDMI audio is available on the Orange Pi 5 Plus HDMI TX ports.
Enable it for both ports.

Signed-off-by: Jimmy Hon <honyuenkwun@gmail.com>
Link: https://lore.kernel.org/r/20250227235623.1624-5-honyuenkwun@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts

index 53797f633d3a93410e5b81d7940d7906e7bdd2e3..121e4d1c3fa5dab0d08edf7cba692a765b48f7b4 100644 (file)
        status = "okay";
 };
 
+&hdmi0_sound {
+       status = "okay";
+};
+
 &hdmi0_in {
        hdmi0_in_vp0: endpoint {
                remote-endpoint = <&vp0_out_hdmi0>;
        };
 };
 
+&hdmi1_sound {
+       status = "okay";
+};
+
 &hdptxphy0 {
        status = "okay";
 };
        };
 };
 
+&i2s5_8ch {
+       status = "okay";
+};
+
+&i2s6_8ch {
+       status = "okay";
+};
+
 &led_blue_gpio {
        gpios = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
        status = "okay";