mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
ARM: dts: qcom: pm8941: add 5vs2 regulator node
pm8941 is missing the 5vs2 regulator node so let's add it since its needed to get the external display working. This regulator was already configured in the interrupts property on the parent node. Note that this regulator is referred to as mvs2 in the downstream MSM kernel sources. Signed-off-by: Brian Masney <masneyb@onstation.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
b5273951ba
commit
ac242e2cfd
@ -178,6 +178,16 @@
|
||||
qcom,vs-soft-start-strength = <0>;
|
||||
regulator-initial-mode = <1>;
|
||||
};
|
||||
|
||||
pm8941_5vs2: 5vs2 {
|
||||
regulator-enable-ramp-delay = <1000>;
|
||||
regulator-pull-down;
|
||||
regulator-over-current-protection;
|
||||
qcom,ocp-max-retries = <10>;
|
||||
qcom,ocp-retry-delay = <30>;
|
||||
qcom,vs-soft-start-strength = <0>;
|
||||
regulator-initial-mode = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user