summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/pm8921-core.c
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-08-11 15:16:43 +0200
committerLee Jones <lee.jones@linaro.org>2016-08-31 09:33:11 +0100
commitc7ef587bd4abe75705197fed7c1aac899624ca81 (patch)
tree4eeb12c6b686c3d2aa58ccf9a386f482a4c7e78f /drivers/mfd/pm8921-core.c
parent694d0d0bb2030d2e36df73e2d23d5770511dbc8d (diff)
downloadop-kernel-dev-c7ef587bd4abe75705197fed7c1aac899624ca81.zip
op-kernel-dev-c7ef587bd4abe75705197fed7c1aac899624ca81.tar.gz
mfd: pm8921: Add support for pm8018
In order to support the Qualcomm MDM9615 PMIC, add support for the pm8018 in pm8921 MFD driver. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/pm8921-core.c')
-rw-r--r--drivers/mfd/pm8921-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c
index 1b7ec08..0e3a2ea 100644
--- a/drivers/mfd/pm8921-core.c
+++ b/drivers/mfd/pm8921-core.c
@@ -309,6 +309,7 @@ static const struct regmap_config ssbi_regmap_config = {
};
static const struct of_device_id pm8921_id_table[] = {
+ { .compatible = "qcom,pm8018", },
{ .compatible = "qcom,pm8058", },
{ .compatible = "qcom,pm8921", },
{ }
OpenPOWER on IntegriCloud