Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1424894
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/5] mfd: pm8921: Add support for pm8018 |
| Date | 2016-06-17 12:30 +0200 |
| Message-ID | <rKZce-5jk-21@gated-at.bofh.it> (permalink) |
| References | <rKZce-5jk-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
drivers/mfd/pm8921-core.c | 1 +
1 file changed, 1 insertion(+)
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", },
{ }
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/5] mfd: pm8921: Add support for pm8018 Neil Armstrong <narmstrong@baylibre.com> - 2016-06-17 12:30 +0200 Re: [PATCH 1/5] mfd: pm8921: Add support for pm8018 Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-06-22 07:10 +0200
csiph-web