diff options
author | Bhushan Shah <bshah@kde.org> | 2016-07-29 02:09:08 -0400 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-09-02 14:48:21 -0400 |
commit | 0485ef8e045e2f295098bfa0f12e1b2cc243431c (patch) | |
tree | 9b5eba288cfd8b29a853f99e36b9fde2bd4d0c0d | |
parent | 20fac0ce3c17093435a48773a419da3a0b588f5a (diff) |
ARM: dts: qcom: msm8974: Add fixed regulator node for vph-pwr-reg
Cc: Andy Gross <andy.gross@linaro.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: David Brown <david.brown@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: linux-arm-msm@vger.kernel.org
Cc: linux-soc@vger.kernel.org
Cc: devicetree@vger.kernel.org
Signed-off-by: Bhushan Shah <bshah@kde.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index 03a9f661e155..d41154273827 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi | |||
@@ -727,4 +727,14 @@ | |||
727 | }; | 727 | }; |
728 | }; | 728 | }; |
729 | }; | 729 | }; |
730 | |||
731 | vreg_vph_pwr: vreg-vph-pwr { | ||
732 | compatible = "regulator-fixed"; | ||
733 | regulator-name = "vph-pwr"; | ||
734 | |||
735 | regulator-min-microvolt = <3600000>; | ||
736 | regulator-max-microvolt = <3600000>; | ||
737 | |||
738 | regulator-always-on; | ||
739 | }; | ||
730 | }; | 740 | }; |