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

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

Merge "pinctrl: qcom: spmi-gpio: Add support for PMIC5 variants"

parents 6bc934cd 92240351
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1161,6 +1161,9 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pmk8350-gpio", .data = (void *) 4 },
	{ .compatible = "qcom,pmr735a-gpio", .data = (void *) 4 },
	{ .compatible = "qcom,pmr735b-gpio", .data = (void *) 4 },
	{ .compatible = "qcom,pm7250b-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pm6350-gpio", .data = (void *) 9 },
	{ .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
	{ },
};