devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: pms405: increase s3 max voltage
@ 2019-04-25 11:34 Niklas Cassel
  2019-04-25 12:18 ` Niklas Cassel
  0 siblings, 1 reply; 3+ messages in thread
From: Niklas Cassel @ 2019-04-25 11:34 UTC (permalink / raw)
  To: Andy Gross, David Brown, Rob Herring, Mark Rutland
  Cc: linux-arm-msm, Niklas Cassel, devicetree, linux-kernel

Increase s3 max voltage in accordance to QCS404 CPR Fusing Guide Rev 6.0

Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
---
 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
index 2c3127167e3c..6910fc663fe1 100644
--- a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
+++ b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
@@ -64,7 +64,7 @@
 		regulator-boot-on;
 		regulator-name = "vdd_apc";
 		regulator-min-microvolt = <1048000>;
-		regulator-max-microvolt = <1352000>;
+		regulator-max-microvolt = <1384000>;
 	};
 };
 
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: pms405: increase s3 max voltage
  2019-04-25 11:34 [PATCH] arm64: dts: pms405: increase s3 max voltage Niklas Cassel
@ 2019-04-25 12:18 ` Niklas Cassel
  2019-04-27  4:55   ` Bjorn Andersson
  0 siblings, 1 reply; 3+ messages in thread
From: Niklas Cassel @ 2019-04-25 12:18 UTC (permalink / raw)
  To: Andy Gross, David Brown, Rob Herring, Mark Rutland
  Cc: linux-arm-msm, devicetree, linux-kernel

The commit description should be: arm64: dts: qcom: qcs404-evb:

(The s3 regulator node moved during upstreaming.)

Andy/Bjorn, could you please fix this before applying?

Kind regards,
Niklas

On Thu, Apr 25, 2019 at 01:34:29PM +0200, Niklas Cassel wrote:
> Increase s3 max voltage in accordance to QCS404 CPR Fusing Guide Rev 6.0
> 
> Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
> index 2c3127167e3c..6910fc663fe1 100644
> --- a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
> +++ b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
> @@ -64,7 +64,7 @@
>  		regulator-boot-on;
>  		regulator-name = "vdd_apc";
>  		regulator-min-microvolt = <1048000>;
> -		regulator-max-microvolt = <1352000>;
> +		regulator-max-microvolt = <1384000>;
>  	};
>  };
>  
> -- 
> 2.20.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: pms405: increase s3 max voltage
  2019-04-25 12:18 ` Niklas Cassel
@ 2019-04-27  4:55   ` Bjorn Andersson
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2019-04-27  4:55 UTC (permalink / raw)
  To: Niklas Cassel
  Cc: Andy Gross, David Brown, Rob Herring, Mark Rutland, linux-arm-msm,
	devicetree, linux-kernel

On Thu 25 Apr 05:18 PDT 2019, Niklas Cassel wrote:

> The commit description should be: arm64: dts: qcom: qcs404-evb:
> 
> (The s3 regulator node moved during upstreaming.)
> 
> Andy/Bjorn, could you please fix this before applying?
> 

Picked up with the subject change.

Thanks,
Bjorn

> Kind regards,
> Niklas
> 
> On Thu, Apr 25, 2019 at 01:34:29PM +0200, Niklas Cassel wrote:
> > Increase s3 max voltage in accordance to QCS404 CPR Fusing Guide Rev 6.0
> > 
> > Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
> > ---
> >  arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
> > index 2c3127167e3c..6910fc663fe1 100644
> > --- a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
> > @@ -64,7 +64,7 @@
> >  		regulator-boot-on;
> >  		regulator-name = "vdd_apc";
> >  		regulator-min-microvolt = <1048000>;
> > -		regulator-max-microvolt = <1352000>;
> > +		regulator-max-microvolt = <1384000>;
> >  	};
> >  };
> >  
> > -- 
> > 2.20.1
> > 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-27  4:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-25 11:34 [PATCH] arm64: dts: pms405: increase s3 max voltage Niklas Cassel
2019-04-25 12:18 ` Niklas Cassel
2019-04-27  4:55   ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).