Commit 56427271 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Linus Walleij
Browse files

pinctrl: qcom: spmi-mpp: Add PM8019 compatible

parent 40075341
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ of PMIC's from Qualcomm.
	Value type: <string>
	Definition: Should contain one of:
		    "qcom,pm8018-mpp",
		    "qcom,pm8019-mpp",
		    "qcom,pm8038-mpp",
		    "qcom,pm8058-mpp",
		    "qcom,pm8821-mpp",
+1 −0
Original line number Diff line number Diff line
@@ -912,6 +912,7 @@ static int pmic_mpp_remove(struct platform_device *pdev)
}

static const struct of_device_id pmic_mpp_of_match[] = {
	{ .compatible = "qcom,pm8019-mpp" },	/* 6 MPP's */
	{ .compatible = "qcom,pm8841-mpp" },	/* 4 MPP's */
	{ .compatible = "qcom,pm8916-mpp" },	/* 4 MPP's */
	{ .compatible = "qcom,pm8941-mpp" },	/* 8 MPP's */