ARM: sun7i: dt: enable audio codec on Cubietruck
authorEmilio López <emilio@elopez.com.ar>
Mon, 18 Aug 2014 04:10:05 +0000 (01:10 -0300)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 22 Oct 2015 08:55:33 +0000 (10:55 +0200)
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>
arch/arm/boot/dts/sun7i-a20-cubietruck.dts

index e6b0192..8da939a 100644 (file)
        status = "okay";
 };
 
+&codec {
+       status = "okay";
+};
+
 &cpu0 {
        cpu-supply = <&reg_dcdc2>;
 };