summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-11 01:25:09 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-11 01:25:08 -0800
commit597011d7ff05d8fa511067ff7264226e83082a0b (patch)
treee6de44a9fe61253a2c65ac6e37405f142585d39e /drivers/regulator
parent887be35ac58739803eb5094db4f2c1e8818bdd7f (diff)
parent55a4a605c948bf622d74b9712427b53c999c4565 (diff)
Merge "regulator: cpr4-mmss-ldo: Add GFX LDO CPR support for sdm630"
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/cpr4-mmss-ldo-regulator.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/regulator/cpr4-mmss-ldo-regulator.c b/drivers/regulator/cpr4-mmss-ldo-regulator.c
index c4aef84e26eb..525f9d6fcf75 100644
--- a/drivers/regulator/cpr4-mmss-ldo-regulator.c
+++ b/drivers/regulator/cpr4-mmss-ldo-regulator.c
@@ -737,6 +737,10 @@ static const struct of_device_id cpr4_mmss_regulator_match_table[] = {
.compatible = "qcom,cpr4-sdm660-mmss-ldo-regulator",
.data = (void *)NULL,
},
+ {
+ .compatible = "qcom,cpr4-sdm630-mmss-ldo-regulator",
+ .data = (void *)NULL,
+ },
{ },
};