ARM: dts: msm: fix the compatible string used for GFX LDO CPR for sdm630
Modify the compatible string used for GFX LDO CPR for sdm630 to apply sdm630 specific configuration. CRs-Fixed: 2007621 Change-Id: I883a004c8731654f5752194d66c971a22ea723ef Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>
This commit is contained in:
parent
7066afbbe9
commit
46f11488b4
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@
|
||||||
/* CPR controller regulators */
|
/* CPR controller regulators */
|
||||||
/* MMSS CPR Controller node */
|
/* MMSS CPR Controller node */
|
||||||
gfx_cpr: cpr4-ctrl@05061000 {
|
gfx_cpr: cpr4-ctrl@05061000 {
|
||||||
compatible = "qcom,cpr4-sdm660-mmss-ldo-regulator";
|
compatible = "qcom,cpr4-sdm630-mmss-ldo-regulator";
|
||||||
reg = <0x05061000 0x4000>, <0x00784000 0x1000>;
|
reg = <0x05061000 0x4000>, <0x00784000 0x1000>;
|
||||||
reg-names = "cpr_ctrl", "fuse_base";
|
reg-names = "cpr_ctrl", "fuse_base";
|
||||||
clocks = <&clock_gpu GPUCC_RBCPR_CLK>,
|
clocks = <&clock_gpu GPUCC_RBCPR_CLK>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue