diff mbox

ARM: dts: sun7i: Enable audio codec on pcDuino

Message ID 1446565640-21069-1-git-send-email-hdegoede@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hans de Goede Nov. 3, 2015, 3:47 p.m. UTC
From: Jelle van der Waa <jelle@vdwaa.nl>

Enable the on-chip audio codec

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Hans de Goede Nov. 4, 2015, 9:15 a.m. UTC | #1
Hi Stefan,

On 04-11-15 03:43, Stefan Monnier wrote:
> BTW, I've been using successfully the same additions in
> sun7i-a20-bananapi.dts and sun7i-a20-orangepi-mini.dts.

Can you please turn these additions into proper patches,
and send 2 separate patches for these with S-o-b lines
in the commit msg, using git send-email to send the patches ?

Regards,

Hans
Maxime Ripard Nov. 4, 2015, 4:06 p.m. UTC | #2
Hi,

On Tue, Nov 03, 2015 at 04:47:20PM +0100, Hans de Goede wrote:
> From: Jelle van der Waa <jelle@vdwaa.nl>
> 
> Enable the on-chip audio codec
> 
> Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

I removed the extra blank line, and applied the patch.

Thanks!
Maxime
diff mbox

Patch

diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts
index 861a4a6..067f365 100644
--- a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts
+++ b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts
@@ -111,6 +111,11 @@ 
 	allwinner,pins = "PH2";
 };
 
+
+&codec {
+	status = "okay";
+};
+
 &cpu0 {
 	cpu-supply = <&reg_dcdc2>;
 };