diff mbox

[2/4] ARM: dts: sun4i: Enable onboard codec used on the iNet1 tablet

Message ID 1448027233-750-2-git-send-email-hdegoede@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hans de Goede Nov. 20, 2015, 1:47 p.m. UTC
The iNet1 tablet uses the A10's integrated audio codec, enable it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 arch/arm/boot/dts/sun4i-a10-inet1.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Maxime Ripard Nov. 20, 2015, 4:18 p.m. UTC | #1
On Fri, Nov 20, 2015 at 02:47:11PM +0100, Hans de Goede wrote:
> The iNet1 tablet uses the A10's integrated audio codec, enable it.
> 
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Applied, thanks!
Maxime
diff mbox

Patch

diff --git a/arch/arm/boot/dts/sun4i-a10-inet1.dts b/arch/arm/boot/dts/sun4i-a10-inet1.dts
index df1be08..e09053b 100644
--- a/arch/arm/boot/dts/sun4i-a10-inet1.dts
+++ b/arch/arm/boot/dts/sun4i-a10-inet1.dts
@@ -72,6 +72,10 @@ 
 	};
 };
 
+&codec {
+	status = "okay";
+};
+
 &cpu0 {
 	cpu-supply = <&reg_dcdc2>;
 };