diff options
author | Marcin Juszkiewicz <mjuszkiewicz@redhat.com> | 2025-03-25 22:51:47 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-04-07 10:15:45 +0300 |
commit | c0898e6881f964ca831c407c7019cd7f307d4368 (patch) | |
tree | ffb1ff6356498f2a30a0991da7e0829be0bfcd62 | |
parent | fc1f5f5bcac7df327a20f4bfbd4872e17d38601d (diff) | |
download | linux-c0898e6881f964ca831c407c7019cd7f307d4368.tar.xz |
arm64: dts: rockchip: enable HDMI sound on FriendlyElec NanoPC-T6
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>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi index 8542d9ebb6c0..cecfb788bf9e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi @@ -371,6 +371,9 @@ }; }; +&hdmi0_sound { + status = "okay"; +}; &hdmi1 { status = "okay"; @@ -388,6 +391,10 @@ }; }; +&hdmi1_sound { + status = "okay"; +}; + &hdptxphy0 { status = "okay"; }; @@ -563,6 +570,14 @@ }; }; +&i2s5_8ch { + status = "okay"; +}; + +&i2s6_8ch { + status = "okay"; +}; + &pcie2x1l0 { reset-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>; vpcie3v3-supply = <&vcc_3v3_pcie20>; |