Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Emilio López and committed by
Maxime Ripard
faef4af4 d5ce107a

+4
+4
arch/arm/boot/dts/sun7i-a20-cubietruck.dts
··· 101 101 status = "okay"; 102 102 }; 103 103 104 + &codec { 105 + status = "okay"; 106 + }; 107 + 104 108 &cpu0 { 105 109 cpu-supply = <&reg_dcdc2>; 106 110 };