]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: enable HDMI sound on FriendlyElec NanoPC-T6
authorMarcin Juszkiewicz <mjuszkiewicz@redhat.com>
Tue, 25 Mar 2025 19:51:47 +0000 (20:51 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 7 Apr 2025 07:15:45 +0000 (09:15 +0200)
We have both video outputs showing pixels, time to play some noise.

Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
Link: https://lore.kernel.org/r/20250325-nanopc-t6-hdmi-v1-2-299a2ed45878@redhat.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi

index 8542d9ebb6c0ddcf90cbe6ac8c231e7fdc5b4bcd..cecfb788bf9e2734d8ca3bb7bc99df866895b9aa 100644 (file)
        };
 };
 
+&hdmi0_sound {
+       status = "okay";
+};
 
 &hdmi1 {
        status = "okay";
        };
 };
 
+&hdmi1_sound {
+       status = "okay";
+};
+
 &hdptxphy0 {
        status = "okay";
 };
        };
 };
 
+&i2s5_8ch {
+       status = "okay";
+};
+
+&i2s6_8ch {
+       status = "okay";
+};
+
 &pcie2x1l0 {
        reset-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
        vpcie3v3-supply = <&vcc_3v3_pcie20>;