Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1423020
| From | Yakir Yang <ykk@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] ARM: dts: rockchip: enable hdmi audio on rk3036-kylin |
| Date | 2016-06-15 15:30 +0200 |
| Message-ID | <rKj3k-34D-35@gated-at.bofh.it> (permalink) |
| References | <rKj3j-34D-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable the basic hdmi audio function on rk3036 kylin board.
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
---
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/3] drm/rockchip: inno_hdmi: add audio support Yakir Yang <ykk@rock-chips.com> - 2016-06-15 15:30 +0200 [PATCH 2/3] ARM: dts: rockchip: add simple sound card for RK3036 SoCs Yakir Yang <ykk@rock-chips.com> - 2016-06-15 15:30 +0200 [PATCH 3/3] ARM: dts: rockchip: enable hdmi audio on rk3036-kylin Yakir Yang <ykk@rock-chips.com> - 2016-06-15 15:30 +0200
csiph-web