All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-sunxi][PATCH v2] ARM: sunxi: dt: enable audio codec on mk802
@ 2015-12-19 13:02 ` codekipper-Re5JQEeQqe8AvxtiuMwx3w
  0 siblings, 0 replies; 4+ messages in thread
From: codekipper at gmail.com @ 2015-12-19 13:02 UTC (permalink / raw)
  To: linux-arm-kernel

From: Marcus Cooper <codekipper@gmail.com>

This commit enables the on-chip audio codec present on some variants
of the MK802.

Signed-off-by: Marcus Cooper <codekipper@gmail.com>
---
 arch/arm/boot/dts/sun4i-a10-mk802.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/sun4i-a10-mk802.dts b/arch/arm/boot/dts/sun4i-a10-mk802.dts
index 3c7eebe..ddf0683 100644
--- a/arch/arm/boot/dts/sun4i-a10-mk802.dts
+++ b/arch/arm/boot/dts/sun4i-a10-mk802.dts
@@ -58,6 +58,10 @@
 	};
 };
 
+&codec {
+	status = "okay";
+};
+
 &ehci0 {
 	status = "okay";
 };
-- 
2.6.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-21 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-19 13:02 [linux-sunxi][PATCH v2] ARM: sunxi: dt: enable audio codec on mk802 codekipper at gmail.com
2015-12-19 13:02 ` [PATCH " codekipper-Re5JQEeQqe8AvxtiuMwx3w
2015-12-21 16:05 ` [linux-sunxi][PATCH " Maxime Ripard
2015-12-21 16:05   ` [PATCH " Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.