diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-19 01:04:39 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-19 01:04:39 -0800 |
| commit | 3fae2f4837d68f70b6a89c2ae671e516861395e8 (patch) | |
| tree | b0dd740b7c5a6fe7ecc75b964d2d16fab34c8ffe | |
| parent | e7d1d81cfb4deeebe732e3b9d4d57f1b5636e0cd (diff) | |
| parent | 46f11488b4f63b34a393c00c7c742e34d6da1744 (diff) | |
Merge "ARM: dts: msm: fix the compatible string used for GFX LDO CPR for sdm630"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630-regulator.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630-regulator.dtsi b/arch/arm/boot/dts/qcom/sdm630-regulator.dtsi index 13cf99ef0b40..d53ac2f48c0c 100644 --- a/arch/arm/boot/dts/qcom/sdm630-regulator.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630-regulator.dtsi @@ -528,7 +528,7 @@ /* CPR controller regulators */ /* MMSS CPR Controller node */ 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-names = "cpr_ctrl", "fuse_base"; clocks = <&clock_gpu GPUCC_RBCPR_CLK>, |
