Re: [linux-sunxi][PATCH v2] ARM: dt: sun7i: Enable audio codec on MK808C

2015-12-21 Thread Maxime Ripard
On Sat, Dec 19, 2015 at 02:08:46PM +0100, codekip...@gmail.com wrote:
> From: Marcus Cooper 
> 
> This commit enables the on-chip audio codec present on the MK808C.
> 
> Signed-off-by: Marcus Cooper 

Applied, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Digital signature


[linux-sunxi][PATCH v2] ARM: dt: sun7i: Enable audio codec on MK808C

2015-12-19 Thread codekipper
From: Marcus Cooper 

This commit enables the on-chip audio codec present on the MK808C.

Signed-off-by: Marcus Cooper 
---
 arch/arm/boot/dts/sun7i-a20-mk808c.dts | 4 
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20-mk808c.dts 
b/arch/arm/boot/dts/sun7i-a20-mk808c.dts
index 4f432f8..c9e648d 100644
--- a/arch/arm/boot/dts/sun7i-a20-mk808c.dts
+++ b/arch/arm/boot/dts/sun7i-a20-mk808c.dts
@@ -68,6 +68,10 @@
};
 };
 
+&codec {
+   status = "okay";
+};
+
 &ehci0 {
status = "okay";
 };
-- 
2.6.4

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.