summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsvaldo Banuelos <osvaldob@codeaurora.org>2016-08-15 10:24:51 -0700
committerOsvaldo Banuelos <osvaldob@codeaurora.org>2016-08-16 13:43:29 -0700
commitb1bdd7a44f7e382bfd7db3c9777f4d8cf95dba3e (patch)
tree49f4c4a39b599e7ce21cbc26ab8293c3e7b95ca3
parent2e45ea728118fa88ba245a0a755d0a3844d9f54e (diff)
ARM: dts: msm: remove APC CPR regulator handle names for msmcobalt
apc0_pwrcl_vreg and apc1_perfcl_vreg correspond to single regulators powering the power and performance clusters, respectively. Remove the incorrect regulator handle name for APC1 CPR regulator device as well as the APC0 CPR regulator handle name as both are unnecessary. CRs-Fixed: 1054399 Change-Id: I936d2f0aa84ec247e070cbb46d525d8ae8ca698f Signed-off-by: Osvaldo Banuelos <osvaldob@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi
index 9f8ecea15568..f66051320b82 100644
--- a/arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi
+++ b/arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi
@@ -597,7 +597,7 @@
qcom,cpr-up-threshold = <2>;
qcom,cpr-down-threshold = <2>;
- apc0_pwrcl_vreg: regulator-pwrcl {
+ apc0_pwrcl_vreg: regulator {
regulator-name = "apc0_pwrcl_corner";
regulator-min-microvolt = <1>;
regulator-max-microvolt = <23>;
@@ -759,7 +759,7 @@
qcom,cpr-up-threshold = <2>;
qcom,cpr-down-threshold = <2>;
- apc1_perfcl_vreg: regulator-pwrcl {
+ apc1_perfcl_vreg: regulator {
regulator-name = "apc1_perfcl_corner";
regulator-min-microvolt = <1>;
regulator-max-microvolt = <26>;