From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932081AbcDDFRB (ORCPT ); Mon, 4 Apr 2016 01:17:01 -0400 Received: from mail.kernel.org ([198.145.29.136]:50242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754657AbcDDFQ6 (ORCPT ); Mon, 4 Apr 2016 01:16:58 -0400 Date: Mon, 4 Apr 2016 00:16:53 -0500 From: Rob Herring To: Guodong Xu Cc: xuwei5@hisilicon.com, mark.rutland@arm.com, grant.likely@secretlab.ca, linus.walleij@linaro.org, arnd.bergmann@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kong.kongxinwei@hisilicon.com, Chen Feng , Fei Wang Subject: Re: [PATCH v2 14/16] arm64: dts: hikey: Add hi655x pmic dts node Message-ID: <20160404051653.GU17806@rob-hp-laptop> References: <1459589383-16914-1-git-send-email-guodong.xu@linaro.org> <1459589383-16914-15-git-send-email-guodong.xu@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459589383-16914-15-git-send-email-guodong.xu@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 02, 2016 at 05:29:41PM +0800, Guodong Xu wrote: > From: Chen Feng > > Add the mfd hi655x dts node and regulator support on > hi6220 platform. > > Signed-off-by: Chen Feng > Signed-off-by: Fei Wang > Signed-off-by: Xinwei Kong > Reviewed-by: Haojian Zhuang > Reviewed-by: Guodong Xu > --- > arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 87 ++++++++++++++++++++++++++ > 1 file changed, 87 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > index 28bc646..a6dffa8 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > @@ -6,6 +6,7 @@ > */ > > /dts-v1/; > +#include > > #include "hi6220.dtsi" > #include "hikey-gpio.dtsi" > @@ -104,6 +105,92 @@ > default-state = "off"; > }; > }; > + > + pmic: pmic@f8000000 { > + compatible = "hisilicon,hi655x-pmic"; > + reg = <0x0 0xf8000000 0x0 0x1000>; > + interrupt-controller; > + #interrupt-cells = <2>; > + pmic-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; > + status = "okay"; > + > + regulators { > + ldo2: LDO2@a21 { @a21 is not a unit address. Please drop these. > + regulator-name = "LDO2_2V8"; > + regulator-min-microvolt = <2500000>; > + regulator-max-microvolt = <3200000>; > + regulator-enable-ramp-delay = <120>; > + }; > + > + ldo7: LDO7@a26 { From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Mon, 4 Apr 2016 00:16:53 -0500 Subject: [PATCH v2 14/16] arm64: dts: hikey: Add hi655x pmic dts node In-Reply-To: <1459589383-16914-15-git-send-email-guodong.xu@linaro.org> References: <1459589383-16914-1-git-send-email-guodong.xu@linaro.org> <1459589383-16914-15-git-send-email-guodong.xu@linaro.org> Message-ID: <20160404051653.GU17806@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Apr 02, 2016 at 05:29:41PM +0800, Guodong Xu wrote: > From: Chen Feng > > Add the mfd hi655x dts node and regulator support on > hi6220 platform. > > Signed-off-by: Chen Feng > Signed-off-by: Fei Wang > Signed-off-by: Xinwei Kong > Reviewed-by: Haojian Zhuang > Reviewed-by: Guodong Xu > --- > arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 87 ++++++++++++++++++++++++++ > 1 file changed, 87 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > index 28bc646..a6dffa8 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > @@ -6,6 +6,7 @@ > */ > > /dts-v1/; > +#include > > #include "hi6220.dtsi" > #include "hikey-gpio.dtsi" > @@ -104,6 +105,92 @@ > default-state = "off"; > }; > }; > + > + pmic: pmic at f8000000 { > + compatible = "hisilicon,hi655x-pmic"; > + reg = <0x0 0xf8000000 0x0 0x1000>; > + interrupt-controller; > + #interrupt-cells = <2>; > + pmic-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; > + status = "okay"; > + > + regulators { > + ldo2: LDO2 at a21 { @a21 is not a unit address. Please drop these. > + regulator-name = "LDO2_2V8"; > + regulator-min-microvolt = <2500000>; > + regulator-max-microvolt = <3200000>; > + regulator-enable-ramp-delay = <120>; > + }; > + > + ldo7: LDO7 at a26 {