ARM: dts: sun7i: lamobo-r1: Enable audio codec

Lamobo R1 has a headphone jack for audio output, and an onboard
microphone. These are tied to the SoC's internal audio codec.

Enable the audio codec.

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 2016-07-06 17:10:45 +08:00 committed by Maxime Ripard
parent f64cb7c724
commit 6be9aa1341
1 changed files with 4 additions and 0 deletions

View File

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