Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7ef587b authored by Neil Armstrong's avatar Neil Armstrong Committed by Lee Jones
Browse files

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: default avatarNeil Armstrong <narmstrong@baylibre.com>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 694d0d0b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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", },
	{ }