]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dt: sun7i: Enable audio codec on MK808C
authorMarcus Cooper <codekipper@gmail.com>
Sat, 19 Dec 2015 13:08:46 +0000 (14:08 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 21 Dec 2015 16:05:06 +0000 (17:05 +0100)
This commit enables the on-chip audio codec present on the MK808C.

Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20-mk808c.dts

index 4f432f8ade77aa66b388177ab33d9c3b9755d1d1..c9e648d17a1e80ee28e5b7c99414ad5e8923c48a 100644 (file)
@@ -68,6 +68,10 @@ chosen {
        };
 };
 
+&codec {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };