All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sdm630-nile: Correct regulator label name
@ 2021-09-26  7:22 Shawn Guo
  2021-09-28 15:38 ` (subset) " Bjorn Andersson
  2021-09-28 15:40 ` patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 3+ messages in thread
From: Shawn Guo @ 2021-09-26  7:22 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Rob Herring, Konrad Dybcio, AngeloGioacchino Del Regno,
	devicetree, linux-arm-msm, linux-kernel, Shawn Guo

29.5V (29p5) is obviously wrong for regulator l4 and l5.  Correct them
to be 2.95V (2p95).  No functional change.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
index 849900e8b80e..11d0a8c1cf35 100644
--- a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
@@ -308,7 +308,7 @@
 			regulator-allow-set-load;
 		};
 
-		vreg_l4b_29p5: l4 {
+		vreg_l4b_2p95: l4 {
 			regulator-min-microvolt = <2944000>;
 			regulator-max-microvolt = <2952000>;
 			regulator-enable-ramp-delay = <250>;
@@ -327,7 +327,7 @@
 		 * Tighten the range to 1.8-3.328 (closest to 3.3) to
 		 * make the mmc driver happy.
 		 */
-		vreg_l5b_29p5: l5 {
+		vreg_l5b_2p95: l5 {
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <3328000>;
 			regulator-enable-ramp-delay = <250>;
@@ -559,14 +559,14 @@
 	mmc-hs400-1_8v;
 	mmc-hs400-enhanced-strobe;
 
-	vmmc-supply = <&vreg_l4b_29p5>;
+	vmmc-supply = <&vreg_l4b_2p95>;
 	vqmmc-supply = <&vreg_l8a_1p8>;
 };
 
 &sdhc_2 {
 	status = "okay";
 
-	vmmc-supply = <&vreg_l5b_29p5>;
+	vmmc-supply = <&vreg_l5b_2p95>;
 	vqmmc-supply = <&vreg_l2b_2p95>;
 };
 
-- 
2.17.1


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

* Re: (subset) [PATCH] arm64: dts: qcom: sdm630-nile: Correct regulator label name
  2021-09-26  7:22 [PATCH] arm64: dts: qcom: sdm630-nile: Correct regulator label name Shawn Guo
@ 2021-09-28 15:38 ` Bjorn Andersson
  2021-09-28 15:40 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2021-09-28 15:38 UTC (permalink / raw)
  To: Shawn Guo
  Cc: AngeloGioacchino Del Regno, linux-kernel, Rob Herring,
	devicetree, linux-arm-msm, Konrad Dybcio

On Sun, 26 Sep 2021 15:22:15 +0800, Shawn Guo wrote:
> 29.5V (29p5) is obviously wrong for regulator l4 and l5.  Correct them
> to be 2.95V (2p95).  No functional change.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sdm630-nile: Correct regulator label name
      commit: c22441a7cbd014e2546329af89363b2a43cc8bf2

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

* Re: [PATCH] arm64: dts: qcom: sdm630-nile: Correct regulator label name
  2021-09-26  7:22 [PATCH] arm64: dts: qcom: sdm630-nile: Correct regulator label name Shawn Guo
  2021-09-28 15:38 ` (subset) " Bjorn Andersson
@ 2021-09-28 15:40 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-09-28 15:40 UTC (permalink / raw)
  To: Shawn Guo; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Sun, 26 Sep 2021 15:22:15 +0800 you wrote:
> 29.5V (29p5) is obviously wrong for regulator l4 and l5.  Correct them
> to be 2.95V (2p95).  No functional change.
> 
> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Here is the summary with links:
  - arm64: dts: qcom: sdm630-nile: Correct regulator label name
    https://git.kernel.org/qcom/c/c22441a7cbd0

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-09-28 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26  7:22 [PATCH] arm64: dts: qcom: sdm630-nile: Correct regulator label name Shawn Guo
2021-09-28 15:38 ` (subset) " Bjorn Andersson
2021-09-28 15:40 ` patchwork-bot+linux-arm-msm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.