Message ID | 1446565640-21069-1-git-send-email-hdegoede@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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 --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 = <®_dcdc2>; };