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

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

pinctrl: qcom: spmi-pmic: Add "pm5100-gpio" compatible string



Add "pm5100-gpio" compatible string to add support for PM5100
gpios.

Change-Id: I4eceac12880767d72f822d00911ace2295c56f46
Signed-off-by: default avatarShyam Kumar Thella <sthella@codeaurora.org>
parent a9eb6ca4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1165,6 +1165,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm2250-gpio", .data = (void *) 10 },
	{ .compatible = "qcom,pmi632-gpio", .data = (void *) 8 },
	{ .compatible = "qcom,pm6125-gpio", .data = (void *) 9 },
	{ .compatible = "qcom,pm5100-gpio", .data = (void *) 16 },
	{ },
};