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

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

Merge "pinctrl: qcom: spmi-gpio: add support for PM*8350* PMIC variants"

parents e5abc204 497dff98
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1150,6 +1150,10 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm8150b-gpio", .data = (void *) 12 },
	/* pm8150l has 12 GPIOs with holes on 7 */
	{ .compatible = "qcom,pm8150l-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pm8350-gpio", .data = (void *) 10 },
	{ .compatible = "qcom,pm8350b-gpio", .data = (void *) 8 },
	{ .compatible = "qcom,pm8350c-gpio", .data = (void *) 9 },
	{ .compatible = "qcom,pmk8350-gpio", .data = (void *) 4 },
	{ },
};