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

Commit b1ebdc37 authored by David Collins's avatar David Collins
Browse files

pinctrl: qcom: spmi-gpio: add support for PMR735A and PMR735B PMIC variants



Add support for qcom,pmr735a-gpio and qcom,pmr735b-gpio variants.

Change-Id: I773d2539af146be56b091ced8709ae8dabe6e36e
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 7c77c962
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1154,6 +1154,8 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm8350b-gpio", .data = (void *) 8 },
	{ .compatible = "qcom,pm8350c-gpio", .data = (void *) 9 },
	{ .compatible = "qcom,pmk8350-gpio", .data = (void *) 4 },
	{ .compatible = "qcom,pmr735a-gpio", .data = (void *) 4 },
	{ .compatible = "qcom,pmr735b-gpio", .data = (void *) 4 },
	{ },
};