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

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

Merge "pinctrl: qcom: spmi-gpio: Add compatible strings for pmi632 and pm6125"

parents a833e551 13a0a1cf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1163,6 +1163,8 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm7325-gpio", .data = (void *) 10 },
	{ .compatible = "qcom,pm7325b-gpio", .data = (void *) 8 },
	{ .compatible = "qcom,pm2250-gpio", .data = (void *) 10 },
	{ .compatible = "qcom,pmi632-gpio", .data = (void *) 8 },
	{ .compatible = "qcom,pm6125-gpio", .data = (void *) 9 },
	{ },
};