aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio López <[email protected]>2014-08-18 01:10:05 -0300
committerMaxime Ripard <[email protected]>2015-10-22 10:55:33 +0200
commitfaef4af445b030f148463a60a1efc62997ed49b4 (patch)
tree51c2c9efb5bafd1e149ccf2e8987a7bd1a7d04aa
parentd5ce107a2f6198de84ff796e2657de9b67e67bf2 (diff)
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 <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Acked-by: Chen-Yu Tsai <[email protected]>
-rw-r--r--arch/arm/boot/dts/sun7i-a20-cubietruck.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
index e6b019232a9e..8da939ab8350 100644
--- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
+++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
@@ -101,6 +101,10 @@
status = "okay";
};
+&codec {
+ status = "okay";
+};
+
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};