diff options
author | Jeremy McNicoll <jeremymc@redhat.com> | 2017-01-27 01:10:02 -0800 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-06-05 21:27:55 -0500 |
commit | 75a3f782e85d20591b7b66a3175a8ecbf150609c (patch) | |
tree | cb665323aed88b1cb6fcfed98a0210f716cb5c32 /arch/arm64/boot/dts/qcom | |
parent | ed75d6a969056cc8f5dd2df3af6c75b792b9116b (diff) | |
download | talos-obmc-linux-75a3f782e85d20591b7b66a3175a8ecbf150609c.tar.gz talos-obmc-linux-75a3f782e85d20591b7b66a3175a8ecbf150609c.zip |
arm64: dts: msm8992 add fixed regulator
This regulator is not moving anywhere. Sit, stay...
Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8992.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8992.dtsi b/arch/arm64/boot/dts/qcom/msm8992.dtsi index 44b2d37d8c4b..13fb6f758d10 100644 --- a/arch/arm64/boot/dts/qcom/msm8992.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8992.dtsi @@ -68,6 +68,17 @@ clock-frequency = <32768>; }; + vreg_vph_pwr: vreg-vph-pwr { + compatible = "regulator-fixed"; + status = "okay"; + regulator-name = "vph-pwr"; + + regulator-min-microvolt = <3600000>; + regulator-max-microvolt = <3600000>; + + regulator-always-on; + }; + soc { #address-cells = <1>; #size-cells = <1>; |