Skip to content

Commit f755261

Browse files
barni2000linusw
authored andcommitted
pinctrl: qcom: spmi-mpp: Add PM8937 compatible
The PM8937 provides 4 MPPs. Add a compatible to support them. Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Barnabás Czémán <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent d33d689 commit f755261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/qcom/pinctrl-spmi-mpp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ static const struct of_device_id pmic_mpp_of_match[] = {
983983
{ .compatible = "qcom,pm8226-mpp", .data = (void *) 8 },
984984
{ .compatible = "qcom,pm8841-mpp", .data = (void *) 4 },
985985
{ .compatible = "qcom,pm8916-mpp", .data = (void *) 4 },
986+
{ .compatible = "qcom,pm8937-mpp", .data = (void *) 4 },
986987
{ .compatible = "qcom,pm8941-mpp", .data = (void *) 8 },
987988
{ .compatible = "qcom,pm8950-mpp", .data = (void *) 4 },
988989
{ .compatible = "qcom,pmi8950-mpp", .data = (void *) 4 },

0 commit comments

Comments
 (0)