Message ID | 20200622222747.717306-2-bjorn.andersson@linaro.org |
---|---|
State | Accepted |
Commit | 877666435dc54d66f2e2d4d4ab60cabf30775506 |
Headers | show |
Series | arm64: dts: qcom: Enable SM8250 remoteprocs | expand |
On Mon, Jun 22, 2020 at 03:27:42PM -0700, Bjorn Andersson wrote: > PM8150 ldo11 on the MTP is wired to VDD_SSC_CX and controlled in levels, > rather than as a regulator. As such it's available from the rpmhpd as > the SM8250_LCX power domain. > > Fixes: ec13d5c23a33 ("arm64: dts: qcom: sm8250-mtp: Add pm8150, pm8150l and pm8009") > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Thanks, Mani > --- > arch/arm64/boot/dts/qcom/sm8250-mtp.dts | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8250-mtp.dts b/arch/arm64/boot/dts/qcom/sm8250-mtp.dts > index 2fc9e7ff0060..63d259931c4d 100644 > --- a/arch/arm64/boot/dts/qcom/sm8250-mtp.dts > +++ b/arch/arm64/boot/dts/qcom/sm8250-mtp.dts > @@ -140,13 +140,6 @@ vreg_l10a_1p8: ldo10 { > regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; > }; > > - vreg_l11a_0p75: ldo11 { > - regulator-name = "vreg_l11a_0p75"; > - regulator-min-microvolt = <800000>; > - regulator-max-microvolt = <800000>; > - regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; > - }; > - > vreg_l12a_1p8: ldo12 { > regulator-name = "vreg_l12a_1p8"; > regulator-min-microvolt = <1800000>; > -- > 2.26.2 >
diff --git a/arch/arm64/boot/dts/qcom/sm8250-mtp.dts b/arch/arm64/boot/dts/qcom/sm8250-mtp.dts index 2fc9e7ff0060..63d259931c4d 100644 --- a/arch/arm64/boot/dts/qcom/sm8250-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sm8250-mtp.dts @@ -140,13 +140,6 @@ vreg_l10a_1p8: ldo10 { regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; }; - vreg_l11a_0p75: ldo11 { - regulator-name = "vreg_l11a_0p75"; - regulator-min-microvolt = <800000>; - regulator-max-microvolt = <800000>; - regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; - }; - vreg_l12a_1p8: ldo12 { regulator-name = "vreg_l12a_1p8"; regulator-min-microvolt = <1800000>;
PM8150 ldo11 on the MTP is wired to VDD_SSC_CX and controlled in levels, rather than as a regulator. As such it's available from the rpmhpd as the SM8250_LCX power domain. Fixes: ec13d5c23a33 ("arm64: dts: qcom: sm8250-mtp: Add pm8150, pm8150l and pm8009") Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- arch/arm64/boot/dts/qcom/sm8250-mtp.dts | 7 ------- 1 file changed, 7 deletions(-) -- 2.26.2