On Tue 26 Mar 09:59 PDT 2019, Vinod Koul wrote: > From: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> > > The PMS405 sports 5 SMPS and 13 LDO regulators, add the regulators to > pms405 DTS. > > Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> > Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@xxxxxxxxxx> > Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx> > --- 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 >