Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Brian Masney and committed by
Bjorn Andersson
ac242e2c b5273951

+10
+10
arch/arm/boot/dts/qcom-pm8941.dtsi
··· 178 178 qcom,vs-soft-start-strength = <0>; 179 179 regulator-initial-mode = <1>; 180 180 }; 181 + 182 + pm8941_5vs2: 5vs2 { 183 + regulator-enable-ramp-delay = <1000>; 184 + regulator-pull-down; 185 + regulator-over-current-protection; 186 + qcom,ocp-max-retries = <10>; 187 + qcom,ocp-retry-delay = <30>; 188 + qcom,vs-soft-start-strength = <0>; 189 + regulator-initial-mode = <1>; 190 + }; 181 191 }; 182 192 }; 183 193 };