]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: sun4i: Enable cubieboard audio codec
authorChen-Yu Tsai <wens@csie.org>
Thu, 22 Oct 2015 04:30:26 +0000 (12:30 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 22 Oct 2015 08:57:19 +0000 (10:57 +0200)
The cubieboard uses the internal codec to output sound to its mini-jack.
Enable it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun4i-a10-cubieboard.dts

index 046a84d9719d6cffb34e76398b359567a6134668..710e2ef516a8da080e77664d3d523ab5e9209edb 100644 (file)
@@ -83,6 +83,10 @@ &ahci {
        status = "okay";
 };
 
+&codec {
+       status = "okay";
+};
+
 &cpu0 {
        cpu-supply = <&reg_dcdc2>;
 };