From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932281AbcFOJQT (ORCPT ); Wed, 15 Jun 2016 05:16:19 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37706 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753342AbcFOJQP (ORCPT ); Wed, 15 Jun 2016 05:16:15 -0400 Subject: Re: [PATCH v3 1/2] ASoC: msm8916: Add codec Device Tree bindings. To: Mark Brown References: <1465582725-30183-1-git-send-email-srinivas.kandagatla@linaro.org> <1465582725-30183-2-git-send-email-srinivas.kandagatla@linaro.org> <20160614152318.GR2282@sirena.org.uk> Cc: alsa-devel@alsa-project.org, Rob Herring , Mark Rutland , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kwestfie@codeaurora.org, plai@codeaurora.org, linux-arm-msm@vger.kernel.org From: Srinivas Kandagatla Message-ID: <57611CDC.3040508@linaro.org> Date: Wed, 15 Jun 2016 10:16:12 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160614152318.GR2282@sirena.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks for review comments, On 14/06/16 16:23, Mark Brown wrote: > On Fri, Jun 10, 2016 at 07:18:44PM +0100, Srinivas Kandagatla wrote: > >> +Codec IP is divided into two parts, first analog which is integrated in pmic pm8916 >> +and secondly digital part which is integrated into application processor. Codec register >> +controls are also split across pmic an lpass. Analog part is controlled via spmi bus to pmic. > > Please keep things wrapped at less than 80 columns. Yep, will fix it in next version. > >> + - interrupt-parent : The parent interrupt controller. >> + - interrupts: List of interrupts in given SPMI peripheral. >> + - interrupt-names: Names specified to above list of interrupts in same >> + order. List of supported interrupt names are: >> + "spk_cnp_int" - Speaker click and pop interrupt > > Please format this more clearly so these don't look like properties, > more indentation would be good. Ok, will do it in next version. > >> + - vddio-supply: phandle to VDD_CDC_IO regulator device tree node. >> + - vdd-tx-rx-supply: phandle to VDD_CDC_TX/RX/CX regulator device tree node. > > You should name the supplies with the same name as the datasheet uses. > Yep, I will rename them to match the hw specs. thanks, srini