Commit d8420f5a authored by Rayyan Ansari's avatar Rayyan Ansari Committed by Linus Walleij

pinctrl: qcom: spmi-mpp: Add PM8226 compatible

The PM8226 provides 8 MPPs.
Add a compatible to support them.
Signed-off-by: default avatarRayyan Ansari <rayyan@ansari.sh>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220124171538.18088-2-rayyan@ansari.shSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 620d9400
......@@ -961,6 +961,7 @@ static int pmic_mpp_remove(struct platform_device *pdev)
static const struct of_device_id pmic_mpp_of_match[] = {
{ .compatible = "qcom,pm8019-mpp", .data = (void *) 6 },
{ .compatible = "qcom,pm8226-mpp", .data = (void *) 8 },
{ .compatible = "qcom,pm8841-mpp", .data = (void *) 4 },
{ .compatible = "qcom,pm8916-mpp", .data = (void *) 4 },
{ .compatible = "qcom,pm8941-mpp", .data = (void *) 8 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment