Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Neil Armstrong and committed by
Lee Jones
c7ef587b 694d0d0b

+1
+1
drivers/mfd/pm8921-core.c
··· 309 309 }; 310 310 311 311 static const struct of_device_id pm8921_id_table[] = { 312 + { .compatible = "qcom,pm8018", }, 312 313 { .compatible = "qcom,pm8058", }, 313 314 { .compatible = "qcom,pm8921", }, 314 315 { }