OSDN Git Service

ARM: sun7i: Enable cubieboard2 audio codec
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 1 May 2015 20:39:45 +0000 (22:39 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 22 Oct 2015 08:55:47 +0000 (10:55 +0200)
The cubieboard2 uses the internal codec to output sound to its mini-jack.
Enable it.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sun7i-a20-cubieboard2.dts

index 9ff459b..1fa832d 100644 (file)
        status = "okay";
 };
 
+&codec {
+       status = "okay";
+};
+
 &cpu0 {
        cpu-supply = <&reg_dcdc2>;
 };