From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751712AbaI3PtD (ORCPT ); Tue, 30 Sep 2014 11:49:03 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:57711 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751005AbaI3Ps7 (ORCPT ); Tue, 30 Sep 2014 11:48:59 -0400 Message-ID: <542AD0E8.5030605@linaro.org> Date: Tue, 30 Sep 2014 16:48:56 +0100 From: Srinivas Kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Bjorn Andersson CC: Kumar Gala , "devicetree@vger.kernel.org" , "broonie@kernel.org" , "lee.jones@linaro.org" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Russell King , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "arm@kernel.org" , "linux-arm-msm@vger.kernel.org" Subject: Re: [PATCH v2 1/4] ARM: dts: apq8064: add RPM regulators support References: <1412086159-20894-1-git-send-email-srinivas.kandagatla@linaro.org> <1412086188-20940-1-git-send-email-srinivas.kandagatla@linaro.org> <20140930151437.GM28481@sonymobile.com> In-Reply-To: <20140930151437.GM28481@sonymobile.com> 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 On 30/09/14 16:14, Bjorn Andersson wrote: > On Tue 30 Sep 07:09 PDT 2014, Srinivas Kandagatla wrote: > >> This patch adds rpm node to apq8064 dt as rpm would be used by other >> devices for regulator support. Also adds all the regulators in the rpm. >> > > Some comments on the compatibles, based on rpm-regulator-8960 msm-3.4. > Thanks for the review. I kind of grabbed a table from datasheet, obviously my interpretation of some of them are wrong. I should have looked at rpm-regulator-8960.c. I will fix them in next version. > After giving this some more thought I think it would be good to defer the > voltage definition to the dts files, at least for the ldos (as these are being > re-purposed). > I agree with you. > That way the dts implementor will be the one frying their components and not us > because some default value kicking in because someone miss-spelled or forgot to > override a certain voltage. > Yes.. I had the same feeling when I started adding this.. But I wanted to send it for review and see. >> Signed-off-by: Srinivas Kandagatla >> --- >> arch/arm/boot/dts/qcom-apq8064.dtsi | 297 ++++++++++++++++++++++++++++++++++++ >> 1 file changed, 297 insertions(+) >> >> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi > > [..] > >> + pm8921_s5: pm8921-s5 { >> + compatible = "qcom,rpm-pm8921-smps"; > > qcom,rpm-pm8921-ftsmps > >> + reg = ; >> + regulator-min-microvolt = < 850000>; >> + regulator-max-microvolt = <1300000>; >> + }; >> + >> + pm8921_s6: pm8921-s6 { >> + compatible = "qcom,rpm-pm8921-smps"; > > qcom,rpm-pm8921-ftsmps > >> + reg = ; >> + regulator-min-microvolt = < 850000>; >> + regulator-max-microvolt = <1300000>; >> + }; >> + >> + pm8921_s7: pm8921-s7 { >> + compatible = "qcom,rpm-pm8921-smps"; >> + reg = ; >> + regulator-min-microvolt = < 500000>; >> + regulator-max-microvolt = <1350000>; >> + }; >> + >> + pm8921_s8: pm8921-s8 { >> + compatible = "qcom,rpm-pm8921-smps"; >> + reg = ; >> + regulator-min-microvolt = <1500000>; >> + regulator-max-microvolt = <2350000>; >> + }; >> + >> + /* PMOS LDO */ >> + pm8921_l1: pm8921-l1 { >> + compatible = "qcom,rpm-pm8921-pldo"; > > qcom,rpm-pm8921-nldo > >> + reg = ; >> + regulator-min-microvolt = <1000000>; >> + regulator-max-microvolt = <1450000>; >> + }; >> + >> + pm8921_l2: pm8921-l2 { >> + compatible = "qcom,rpm-pm8921-pldo"; > > qcom,rpm-pm8921-nldo > >> + reg = ; >> + regulator-min-microvolt = <1200000>; >> + regulator-max-microvolt = <1200000>; >> + }; >> + > > [..] > >> + >> + pm8921_l24: pm8921-l24 { >> + compatible = "qcom,rpm-pm8921-pldo"; > > qcom,rpm-pm8921-nldo1200 > >> + reg = ; >> + regulator-min-microvolt = <0750000>; >> + regulator-max-microvolt = <1250000>; >> + }; >> + >> + pm8921_l25: pm8921-l25 { >> + compatible = "qcom,rpm-pm8921-pldo"; > > qcom,rpm-pm8921-nldo1200 > >> + reg = ; >> + regulator-min-microvolt = <0750000>; >> + regulator-max-microvolt = <1250000>; >> + }; >> + >> + pm8921_l26: pm8921-l26 { >> + compatible = "qcom,rpm-pm8921-pldo"; > > qcom,rpm-pm8921-nldo1200 > >> + reg = ; >> + regulator-min-microvolt = <0750000>; >> + regulator-max-microvolt = <1250000>; >> + }; >> + >> + pm8921_l27: pm8921-l27 { >> + compatible = "qcom,rpm-pm8921-pldo"; > > qcom,rpm-pm8921-nldo1200 > >> + reg = ; >> + regulator-min-microvolt = <0750000>; >> + regulator-max-microvolt = <1250000>; >> + }; >> + >> + pm8921_l28: pm8921-l28 { >> + compatible = "qcom,rpm-pm8921-pldo"; > > qcom,rpm-pm8921-nldo1200 > >> + reg = ; >> + regulator-min-microvolt = <0750000>; >> + regulator-max-microvolt = <1500000>; >> + }; >> + > > [..] > >> + > > pm8921_usb_switch: pm8921-usb-switch { > compatible = "qcom,rpm-pm8921-switch"; > reg = ; > }; > > pm8921_hdmi_switch: pm8921-hdmi-switch { > compatible = "qcom,rpm-pm8921-switch"; > reg = ; > }; > > pm8921_ncp: pm8921-ncp { > compatible = "qcom,rpm-pm8921-ncp"; > reg = ; > }; >> + }; >> + >> /* Temporary fixed regulator */ >> vsdcc_fixed: vsdcc-regulator { >> compatible = "regulator-fixed"; >> -- >> 1.9.1 >>