From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 26 Mar 2019 23:25:39 -0700 From: Bjorn Andersson Subject: Re: [PATCH v2 1/2] arm64: dts: qcom: pms405: add spmi regulators Message-ID: <20190327062539.GM27005@builder> References: <20190326165934.28181-1-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190326165934.28181-1-vkoul@kernel.org> To: Vinod Koul Cc: Andy Gross , linux-arm-msm@vger.kernel.org, Jorge Ramirez-Ortiz , David Brown , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, Khasim Syed Mohammed List-ID: On Tue 26 Mar 09:59 PDT 2019, Vinod Koul wrote: > From: Jorge Ramirez-Ortiz > > The PMS405 sports 5 SMPS and 13 LDO regulators, add the regulators to > pms405 DTS. > > Signed-off-by: Jorge Ramirez-Ortiz > Signed-off-by: Khasim Syed Mohammed > Signed-off-by: Vinod Koul > --- Applied the pair. Thanks, Bjorn > arch/arm64/boot/dts/qcom/pms405.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi b/arch/arm64/boot/dts/qcom/pms405.dtsi > index 1bb836d1e8aa..701cff8bf0cd 100644 > --- a/arch/arm64/boot/dts/qcom/pms405.dtsi > +++ b/arch/arm64/boot/dts/qcom/pms405.dtsi > @@ -131,4 +131,15 @@ > interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>; > }; > }; > + > + pms405_1: pms405@1 { > + compatible = "qcom,spmi-pmic"; > + reg = <0x1 SPMI_USID>; > + #address-cells = <1>; > + #size-cells = <0>; > + > + pms_regulators: regulators { > + compatible = "qcom,pms405-regulators"; > + }; > + }; > }; > -- > 2.20.1 >