Commit f7552611 authored by Barnabás Czémán's avatar Barnabás Czémán Committed by Linus Walleij
Browse files

pinctrl: qcom: spmi-mpp: Add PM8937 compatible

parent d33d689e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 },