diff mbox series

arm64: dts: rockchip: Enable HDMI audio on Rock Pi

Message ID 20190608003501.32454-1-ezequiel@collabora.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: rockchip: Enable HDMI audio on Rock Pi | expand

Commit Message

Ezequiel Garcia June 8, 2019, 12:35 a.m. UTC
This commit enables the hdmi-sound device needed to have
audio over HDMI on the Rock Pi board.

Fixes: 1b5715c602fda ("arm64: dts: rockchip: add ROCK Pi 4 DTS support")
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
---
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Heiko Stuebner June 14, 2019, 9:20 a.m. UTC | #1
Am Samstag, 8. Juni 2019, 02:35:01 CEST schrieb Ezequiel Garcia:
> This commit enables the hdmi-sound device needed to have
> audio over HDMI on the Rock Pi board.
> 
> Fixes: 1b5715c602fda ("arm64: dts: rockchip: add ROCK Pi 4 DTS support")
> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>

applied for 5.3

Thanks
Heiko
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts
index e030627159c6..7662caf644b4 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts
@@ -169,6 +169,10 @@ 
 	status = "okay";
 };
 
+&hdmi_sound {
+	status = "okay";
+};
+
 &i2c0 {
 	clock-frequency = <400000>;
 	i2c-scl-rising-time-ns = <168>;