diff options
author | Konrad Dybcio <[email protected]> | 2022-04-30 18:23:42 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-06-27 15:58:44 -0500 |
commit | 4efbec42c050e9e59171822a3829c9a364e88611 (patch) | |
tree | 39edc1991ad7ee08d39c7661e46a2db2693e7831 | |
parent | 16901ba567d789557b90871e23504a2118c35216 (diff) |
arm64: dts: qcom: msm8998-yoshino-lilac: Disable LVS1
It's disabled on downstream, follow it.
Signed-off-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-lilac.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-lilac.dts b/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-lilac.dts index caacb7c28402..fcaefc1b1e2f 100644 --- a/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-lilac.dts +++ b/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-lilac.dts @@ -29,3 +29,7 @@ regulator-min-microvolt = <2800000>; regulator-max-microvolt = <2800000>; }; + +&vreg_lvs1a_1p8 { + status = "disabled"; +}; |