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

Commit 497dff98 authored by David Collins's avatar David Collins
Browse files

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



Add support for qcom,pm8350-gpio, qcom,pm8350b-gpio,
qcom,pm8350c-gpio, and qcom,pmk8350-gpio variants.

Change-Id: I9f914a4e0c54997665bff8372f7fd2c57efccf14
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent e9e26d44
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 },
	{ },
};