ARM: sun7i: dt: enable audio codec on Cubietruck

This commit enables the on-chip audio codec present on the A20 SoC
for the Cubietruck.

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
Emilio López 2014-08-18 01:10:05 -03:00 коммит произвёл Maxime Ripard
Родитель d5ce107a2f
Коммит faef4af445
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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