diff options
author | 2024-06-20 16:11:38 +0200 | |
---|---|---|
committer | 2024-06-24 17:27:00 +0200 | |
commit | 99a2b6d16b37258bcbdc2e07eb55e129362a182f (patch) | |
tree | 016c0b577f192b0e81962a4c4edfd71eeccd10ac | |
parent | ARM: dts: rockchip: Add SFC for RK3128 (diff) | |
download | wireguard-linux-99a2b6d16b37258bcbdc2e07eb55e129362a182f.tar.xz wireguard-linux-99a2b6d16b37258bcbdc2e07eb55e129362a182f.zip |
ARM: dts: rockchip: enable hdmi_sound and i2s0 for mk808 hdmi
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>
-rw-r--r-- | arch/arm/boot/dts/rockchip/rk3066a-mk808.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rk3066a-mk808.dts b/arch/arm/boot/dts/rockchip/rk3066a-mk808.dts index 06790f05b395..4de9a45c4883 100644 --- a/arch/arm/boot/dts/rockchip/rk3066a-mk808.dts +++ b/arch/arm/boot/dts/rockchip/rk3066a-mk808.dts @@ -143,6 +143,14 @@ }; }; +&hdmi_sound { + status = "okay"; +}; + +&i2s0 { + status = "okay"; +}; + &mmc0 { bus-width = <4>; cap-mmc-highspeed; |