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

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

Merge "pinctrl: qcom: spmi-gpio: add support for PM7325 and PM7325B PMIC variants"

parents 46ce41b9 5bf1ef9f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1160,6 +1160,8 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pmx65-gpio", .data = (void *) 16 },
	{ .compatible = "qcom,pmd9650-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pm7325-gpio", .data = (void *) 10 },
	{ .compatible = "qcom,pm7325b-gpio", .data = (void *) 8 },
	{ },
};