aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhushan Shah <[email protected]>2016-07-29 11:39:08 +0530
committerAndy Gross <[email protected]>2016-09-02 13:48:21 -0500
commit0485ef8e045e2f295098bfa0f12e1b2cc243431c (patch)
tree9b5eba288cfd8b29a853f99e36b9fde2bd4d0c0d
parent20fac0ce3c17093435a48773a419da3a0b588f5a (diff)
ARM: dts: qcom: msm8974: Add fixed regulator node for vph-pwr-reg
Cc: Andy Gross <[email protected]> Cc: Bjorn Andersson <[email protected]> Cc: David Brown <[email protected]> Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Russell King <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Bhushan Shah <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Andy Gross <[email protected]>
-rw-r--r--arch/arm/boot/dts/qcom-msm8974.dtsi10
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 @@
};
};
};
+
+ vreg_vph_pwr: vreg-vph-pwr {
+ compatible = "regulator-fixed";
+ regulator-name = "vph-pwr";
+
+ regulator-min-microvolt = <3600000>;
+ regulator-max-microvolt = <3600000>;
+
+ regulator-always-on;
+ };
};