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>
This commit is contained in:
parent
2e45ea7281
commit
b1bdd7a44f
1 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue