diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-11-20 14:47:11 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-11-20 17:18:24 +0100 |
commit | a292e576f533070b39547077a5662d33f6c3ed07 (patch) | |
tree | 0c47621e525ddd3912567628880ec51c555e1968 /arch/arm | |
parent | aea4c39526132e01a6cb18462ad2c15e7f15da1b (diff) | |
download | blackbird-obmc-linux-a292e576f533070b39547077a5662d33f6c3ed07.tar.gz blackbird-obmc-linux-a292e576f533070b39547077a5662d33f6c3ed07.zip |
ARM: dts: sun4i: Enable onboard codec used on the iNet1 tablet
The iNet1 tablet uses the A10's integrated audio codec, enable it.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-inet1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-inet1.dts b/arch/arm/boot/dts/sun4i-a10-inet1.dts index 487ce63519dc..0711fa26ca67 100644 --- a/arch/arm/boot/dts/sun4i-a10-inet1.dts +++ b/arch/arm/boot/dts/sun4i-a10-inet1.dts @@ -61,6 +61,10 @@ }; }; +&codec { + status = "okay"; +}; + &cpu0 { cpu-supply = <®_dcdc2>; }; |