ARM: sun4i: Enable cubieboard audio codec

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>
This commit is contained in:
Chen-Yu Tsai 2015-10-22 12:30:26 +08:00 committed by Maxime Ripard
parent e54693ed82
commit 39efe82a02
1 changed files with 4 additions and 0 deletions

View File

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