Enable the basic hdmi audio function on rk3036 kylin board. Signed-off-by: Yakir Yang <ykk@xxxxxxxxxxxxxx> --- 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 1df1557..070cfe1 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>; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html