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

Commit 34a80d72 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents dc533963 c5600f6c
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 },
	{ },
};