mirror of https://gitee.com/openkylin/linux.git
arm64: dts: qcom: db820c: Fix invalid pm8994 supplies
It's uncertain where the "vreg_s8a_l3a_input" comes from, but the supply
for VDD_L3_L11 on PM8994 should be VREG_S3A_1P3, so correct this - and
drop the vreg_s8a_l3a_input.
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Fixes: 83d9ed4342
("arm64: dts: qcom: db820c: Use regulator names from schematics")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20200417070712.1376355-1-bjorn.andersson@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
14a9f4c6ab
commit
1cacdf5d3b
|
@ -117,16 +117,6 @@ vph_pwr: vph-pwr-regulator {
|
|||
regulator-max-microvolt = <3700000>;
|
||||
};
|
||||
|
||||
vreg_s8a_l3a_input: vreg-s8a-l3a-input {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vreg_s8a_l3a_input";
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
|
||||
regulator-min-microvolt = <0>;
|
||||
regulator-max-microvolt = <0>;
|
||||
};
|
||||
|
||||
wlan_en: wlan-en-1-8v {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&wlan_en_gpios>;
|
||||
|
@ -706,7 +696,7 @@ pm8994-regulators {
|
|||
vdd_s12-supply = <&vph_pwr>;
|
||||
vdd_l1-supply = <&vreg_s1b_1p025>;
|
||||
vdd_l2_l26_l28-supply = <&vreg_s3a_1p3>;
|
||||
vdd_l3_l11-supply = <&vreg_s8a_l3a_input>;
|
||||
vdd_l3_l11-supply = <&vreg_s3a_1p3>;
|
||||
vdd_l4_l27_l31-supply = <&vreg_s3a_1p3>;
|
||||
vdd_l5_l7-supply = <&vreg_s5a_2p15>;
|
||||
vdd_l6_l12_l32-supply = <&vreg_s5a_2p15>;
|
||||
|
@ -717,7 +707,7 @@ pm8994-regulators {
|
|||
vdd_l17_l29-supply = <&vph_pwr_bbyp>;
|
||||
vdd_l20_l21-supply = <&vph_pwr_bbyp>;
|
||||
vdd_l25-supply = <&vreg_s3a_1p3>;
|
||||
vdd_lvs1_2-supply = <&vreg_s4a_1p8>;
|
||||
vdd_lvs1_lvs2-supply = <&vreg_s4a_1p8>;
|
||||
|
||||
vreg_s3a_1p3: s3 {
|
||||
regulator-name = "vreg_s3a_1p3";
|
||||
|
|
Loading…
Reference in New Issue