From 41d5274733b3310b949f401ed92f2d06155d1db2 Mon Sep 17 00:00:00 2001 From: Yakir Yang Date: Wed, 15 Jun 2016 20:58:06 +0800 Subject: [PATCH] FROMLIST: ARM: dts: rockchip: enable hdmi audio on rk3036-kylin Enable the basic hdmi audio function on rk3036 kylin board. Change-Id: Id9d0971203a75bba9a885d590c40b2ddce355b9f Signed-off-by: Yakir Yang (am from https://patchwork.kernel.org/patch/9178535/) --- arch/arm/boot/dts/rk3036-kylin.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts index 1df1557a46c3..070cfe1850ac 100644 --- a/arch/arm/boot/dts/rk3036-kylin.dts +++ b/arch/arm/boot/dts/rk3036-kylin.dts @@ -139,6 +139,10 @@ status = "okay"; }; +&hdmi_sound { + status = "okay"; +}; + &i2c1 { clock-frequency = <400000>; -- 2.34.1