diff options
author | Emilio López <emilio@elopez.com.ar> | 2014-08-18 06:10:05 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-22 10:55:33 +0200 |
commit | faef4af445b030f148463a60a1efc62997ed49b4 (patch) | |
tree | 51c2c9efb5bafd1e149ccf2e8987a7bd1a7d04aa /arch/arm/boot | |
parent | ARM: sun7i: Add sunxi codec device node (diff) | |
download | linux-faef4af445b030f148463a60a1efc62997ed49b4.tar.xz linux-faef4af445b030f148463a60a1efc62997ed49b4.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 4 |
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 = <®_dcdc2>; }; |