From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752172AbcHQJzY (ORCPT ); Wed, 17 Aug 2016 05:55:24 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:41151 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750799AbcHQJzW (ORCPT ); Wed, 17 Aug 2016 05:55:22 -0400 Subject: Re: [PATCH 1/2] ARM: dts: da850-lcdk: Audio support via simple-card To: Karl Beldan , , References: <20160810200853.24275-1-kbeldan@baylibre.com> CC: , Rob Herring , Mark Rutland , Russell King , Kevin Hilman , Karl Beldan , Peter Ujfalusi From: Sekhar Nori Message-ID: Date: Wed, 17 Aug 2016 15:24:42 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160810200853.24275-1-kbeldan@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 11 August 2016 01:38 AM, Karl Beldan wrote: > The LCDK embeds a TLV320AIC3106 connected to the SoC McASP for analog > audio. This relies on the 'dummy' regulator as the codec is always on. > Quality is good with arecord -pipe- aplay on Line In/Line Out. > The MIC path doesn't seem to work yet. I tested the patch and I could not get the MIC to work as well. I suggest dropping the MIC path parts till that is debugged and root caused. > Signed-off-by: Karl Beldan > --- > arch/arm/boot/dts/da850-lcdk.dts | 75 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 75 insertions(+) > +&i2c0 { > + pinctrl-names = "default"; > + pinctrl-0 = <&i2c0_pins>; > + clock-frequency = <100000>; > + status = "okay"; > + > + tlv320aic3106: tlv320aic3106@18 { > + #sound-dai-cells = <0>; > + compatible = "ti,tlv320aic3106"; > + reg = <0x18>; > + status = "okay"; > + > + ai3x-micbias-vg = ; It will be nice to add the codec regulators as well (and that in turn needs the PMIC to be populated). Although I wont insist on that since the regulators are optional properties. Rest of the patch looks good to me. Thanks, Sekhar