diff options
author | Richard Acayan <mailingradian@gmail.com> | 2022-12-05 17:52:37 -0500 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-12-28 10:50:27 -0600 |
commit | 861b67fbdccd62a9319d7350b1924d95f597db09 (patch) | |
tree | 6925db7b815157b5a5fd0f2ae3dc6f1d4c8f2934 | |
parent | 5e4cab734c26ec46fd847bedd31a0df83d853b04 (diff) | |
download | lwn-861b67fbdccd62a9319d7350b1924d95f597db09.tar.gz lwn-861b67fbdccd62a9319d7350b1924d95f597db09.zip |
arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on
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>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221205225237.200564-1-mailingradian@gmail.com
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-enable-ramp-delay = <250>; + regulator-always-on; }; vreg_l9a_1p8: ldo9 { |