Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc602564 authored by Shyam Kumar Thella's avatar Shyam Kumar Thella
Browse files

pinctrl: qcom: spmi-gpio: Add compatible string for pm2250



Add compatible string for pm2250 to support PMIC GPIOs on msm-5.4

Change-Id: I5304678089faf6659058b34daaa40cb9e77f8737
Signed-off-by: default avatarShyam Kumar Thella <sthella@codeaurora.org>
parent 2e5624aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1162,6 +1162,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pmd9650-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pm7325-gpio", .data = (void *) 10 },
	{ .compatible = "qcom,pm7325b-gpio", .data = (void *) 8 },
	{ .compatible = "qcom,pm2250-gpio", .data = (void *) 10 },
	{ },
};