From 75a3f782e85d20591b7b66a3175a8ecbf150609c Mon Sep 17 00:00:00 2001 From: Jeremy McNicoll Date: Fri, 27 Jan 2017 01:10:02 -0800 Subject: arm64: dts: msm8992 add fixed regulator This regulator is not moving anywhere. Sit, stay... Signed-off-by: Jeremy McNicoll Signed-off-by: Andy Gross --- arch/arm64/boot/dts/qcom/msm8992.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'arch') 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>; -- cgit v1.2.3-59-g8ed1b