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

pinctrl: qcom: spmi-mpp: Add PM/PMI8950 compatible strings

PM8950 and PMI8950 have four MPPs and this driver is compatible.

Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>
Link: https://lore.kernel.org/r/20191031103507.30678-4-kholk11@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

AngeloGioacchino Del Regno and committed by
Linus Walleij
90dc30f9 06cbe1f7

+2
+2
drivers/pinctrl/qcom/pinctrl-spmi-mpp.c
··· 915 915 { .compatible = "qcom,pm8841-mpp" }, /* 4 MPP's */ 916 916 { .compatible = "qcom,pm8916-mpp" }, /* 4 MPP's */ 917 917 { .compatible = "qcom,pm8941-mpp" }, /* 8 MPP's */ 918 + { .compatible = "qcom,pm8950-mpp" }, /* 4 MPP's */ 919 + { .compatible = "qcom,pmi8950-mpp" }, /* 4 MPP's */ 918 920 { .compatible = "qcom,pm8994-mpp" }, /* 8 MPP's */ 919 921 { .compatible = "qcom,pma8084-mpp" }, /* 8 MPP's */ 920 922 { .compatible = "qcom,spmi-mpp" }, /* Generic */