mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 16:53:54 +08:00
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>
This commit is contained in:
parent
694d0d0bb2
commit
c7ef587bd4
@ -309,6 +309,7 @@ static const struct regmap_config ssbi_regmap_config = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct of_device_id pm8921_id_table[] = {
|
static const struct of_device_id pm8921_id_table[] = {
|
||||||
|
{ .compatible = "qcom,pm8018", },
|
||||||
{ .compatible = "qcom,pm8058", },
|
{ .compatible = "qcom,pm8058", },
|
||||||
{ .compatible = "qcom,pm8921", },
|
{ .compatible = "qcom,pm8921", },
|
||||||
{ }
|
{ }
|
||||||
|
Loading…
Reference in New Issue
Block a user