All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on
@ 2022-12-05 22:52 Richard Acayan
  2022-12-28 18:13 ` Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Acayan @ 2022-12-05 22:52 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree
  Cc: Richard Acayan

According to the downstream device tree, the regulator that powers the
I/O for eMMC should not be turned off. Keep it always on just in case
the eMMC driver fails and doesn't enable it, or unloads and disables it.

Fixes: 07c8ded6e373 ("arm64: dts: qcom: add sdm670 and pixel 3a device trees")
Link: https://android.googlesource.com/kernel/msm/+/9ed6ddbe955d3b84d1416a1cf77e83904d1e8421/arch/arm64/boot/dts/google/sdm670-bonito-common.dtsi#105
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
---
 arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts b/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts
index cf2ae540db12..e3e61b9d1b9d 100644
--- a/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts
+++ b/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts
@@ -256,6 +256,7 @@ vreg_l8a_1p8: ldo8 {
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
 			regulator-enable-ramp-delay = <250>;
+			regulator-always-on;
 		};
 
 		vreg_l9a_1p8: ldo9 {
-- 
2.38.1


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

* Re: [PATCH] arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on
  2022-12-05 22:52 [PATCH] arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on Richard Acayan
@ 2022-12-28 18:13 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-12-28 18:13 UTC (permalink / raw)
  To: robh+dt, konrad.dybcio, krzysztof.kozlowski+dt, mailingradian,
	devicetree, linux-arm-msm, agross

On Mon, 5 Dec 2022 17:52:37 -0500, Richard Acayan wrote:
> According to the downstream device tree, the regulator that powers the
> I/O for eMMC should not be turned off. Keep it always on just in case
> the eMMC driver fails and doesn't enable it, or unloads and disables it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on
      commit: 861b67fbdccd62a9319d7350b1924d95f597db09

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

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

end of thread, other threads:[~2022-12-28 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 22:52 [PATCH] arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on Richard Acayan
2022-12-28 18:13 ` Bjorn Andersson

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.