mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-04-03 12:05:13 +02:00
pinctrl: qcom: spmi-mpp: Add PM8937 compatible
[ Upstream commit f755261190 ]
The PM8937 provides 4 MPPs.
Add a compatible to support them.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
Link: https://lore.kernel.org/20241031-msm8917-v2-4-8a075faa89b1@mainlining.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ec6d6a0c44
commit
d7145e6af9
@@ -983,6 +983,7 @@ static const struct of_device_id pmic_mpp_of_match[] = {
|
||||
{ .compatible = "qcom,pm8226-mpp", .data = (void *) 8 },
|
||||
{ .compatible = "qcom,pm8841-mpp", .data = (void *) 4 },
|
||||
{ .compatible = "qcom,pm8916-mpp", .data = (void *) 4 },
|
||||
{ .compatible = "qcom,pm8937-mpp", .data = (void *) 4 },
|
||||
{ .compatible = "qcom,pm8941-mpp", .data = (void *) 8 },
|
||||
{ .compatible = "qcom,pm8950-mpp", .data = (void *) 4 },
|
||||
{ .compatible = "qcom,pmi8950-mpp", .data = (void *) 4 },
|
||||
|
||||
Reference in New Issue
Block a user