Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faef4af4 authored by Emilio López's avatar Emilio López Committed by Maxime Ripard
Browse files

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: default avatarEmilio López <emilio@elopez.com.ar>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent d5ce107a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -101,6 +101,10 @@
	status = "okay";
};

&codec {
	status = "okay";
};

&cpu0 {
	cpu-supply = <&reg_dcdc2>;
};