Message ID | aa79ff87-ea94-4f6d-a81b-5110724243f4@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v1] ARM: dts: rockchip: enable hdmi_sound and i2s0 for mk808 hdmi | expand |
On Thu, 20 Jun 2024 16:11:38 +0200, Johan Jonker wrote: > Enable the hdmi_sound node and add i2s0 as sound source > for mk808 hdmi. > > Applied, thanks! [1/1] ARM: dts: rockchip: enable hdmi_sound and i2s0 for mk808 hdmi commit: 99a2b6d16b37258bcbdc2e07eb55e129362a182f Best regards,
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_out_con: endpoint { }; }; +&hdmi_sound { + status = "okay"; +}; + +&i2s0 { + status = "okay"; +}; + &mmc0 { bus-width = <4>; cap-mmc-highspeed;
Enable the hdmi_sound node and add i2s0 as sound source for mk808 hdmi. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm/boot/dts/rockchip/rk3066a-mk808.dts | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.39.2