[PATCH v1] ARM: dts: rockchip: enable hdmi_sound and i2s0 for mk808 hdmi

Johan Jonker posted 1 patch 1 year, 5 months ago
arch/arm/boot/dts/rockchip/rk3066a-mk808.dts | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH v1] ARM: dts: rockchip: enable hdmi_sound and i2s0 for mk808 hdmi
Posted by Johan Jonker 1 year, 5 months ago
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(+)

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;
--
2.39.2
Re: [PATCH v1] ARM: dts: rockchip: enable hdmi_sound and i2s0 for mk808 hdmi
Posted by Heiko Stuebner 1 year, 5 months ago
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,
-- 
Heiko Stuebner <heiko@sntech.de>