diff options
| author | David Collins <collinsd@codeaurora.org> | 2016-08-15 16:20:11 -0700 |
|---|---|---|
| committer | David Collins <collinsd@codeaurora.org> | 2016-08-18 10:28:37 -0700 |
| commit | 41bf8c626fac8ec3c0ebdc6fbc9f85227db636cb (patch) | |
| tree | e645c54f61607052350463e3c585d58b351c169d /arch | |
| parent | 947004a614469f6cba7b4eb1c619a62e0119751e (diff) | |
regulator: cpr3-mmss-regulator: add support for msmcobalt v2 fuses
MSMCOBALT v2 uses different open-loop fuse reference voltages
than MSMCOBALT v1. Update the cpr3-mmss-regulator driver so that
it uses the proper set of reference voltages for v1 and v2. Also
change the compatible string of existing MSMCOBALT
cpr3-mmss-regulator devices to be for v1 explicitly so that the
v2 reference voltages are not erroneously used on v1 boards.
Change-Id: I6afda07bb4f37fc753d11e0c142175b962069f0c
CRs-Fixed: 1054539
Signed-off-by: David Collins <collinsd@codeaurora.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi index eaf8f0d6240a..18771fbf2ad2 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt-regulator.dtsi @@ -899,7 +899,7 @@ }; gfx_cpr: cpr4-ctrl@5061000 { - compatible = "qcom,cpr4-msmcobalt-mmss-regulator"; + compatible = "qcom,cpr4-msmcobalt-v1-mmss-regulator"; reg = <0x05061000 0x4000>, <0x00784000 0x1000>; reg-names = "cpr_ctrl", "fuse_base"; clocks = <&clock_gpu clk_gpucc_rbcpr_clk>, |
