From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754828AbaDRUuW (ORCPT ); Fri, 18 Apr 2014 16:50:22 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:61979 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754022AbaDRUuM (ORCPT ); Fri, 18 Apr 2014 16:50:12 -0400 Message-ID: <53518FFE.5000305@atmel.com> Date: Fri, 18 Apr 2014 22:50:06 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Bo Shen , Mark Brown CC: Andrew Victor , Jean-Christophe Plagniol-Villard , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "Russell King" , , , Subject: Re: [PATCH 4/8] ARM: at91: sama5d3: add the missing property References: <1395049541-28128-1-git-send-email-voice.shen@atmel.com> <1395049541-28128-5-git-send-email-voice.shen@atmel.com> In-Reply-To: <1395049541-28128-5-git-send-email-voice.shen@atmel.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17/03/2014 10:45, Bo Shen : > If without the MICBIAS routing, the record don't work. > Add the missing MICBIAS routing to let record from mic working. > > Signed-off-by: Bo Shen Acked-by: Nicolas Ferre > --- > > arch/arm/boot/dts/sama5d3xmb.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi > index e1bd5767..0600153 100644 > --- a/arch/arm/boot/dts/sama5d3xmb.dtsi > +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi > @@ -166,6 +166,7 @@ > "Headphone Jack", "HPOUTR", > "IN2L", "Line In Jack", > "IN2R", "Line In Jack", > + "MICBIAS", "IN1L", > "IN1L", "Mic"; > > atmel,ssc-controller = <&ssc0>; > -- Nicolas Ferre