ARM: sun7i: Enable cubieboard2 audio codec

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>
This commit is contained in:
Maxime Ripard 2015-05-01 22:39:45 +02:00
parent faef4af445
commit 4d6b0f8e86
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@
status = "okay";
};
&codec {
status = "okay";
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};