Commit 6cd81a86 authored by Robert Marko's avatar Robert Marko Committed by Linus Walleij
Browse files

pinctrl: qcom-pmic-gpio: add support for PMP8074



PMP8074 has 12 GPIO-s with holes on GPIO1 and GPIO12.

Signed-off-by: default avatarRobert Marko <robimarko@gmail.com>
Link: https://lore.kernel.org/r/20220711203408.2949888-4-robimarko@gmail.com


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ed16b6d7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1181,6 +1181,8 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pmi8998-gpio", .data = (void *) 14 },
	{ .compatible = "qcom,pmk8350-gpio", .data = (void *) 4 },
	{ .compatible = "qcom,pmm8155au-gpio", .data = (void *) 10 },
	/* pmp8074 has 12 GPIOs with holes on 1 and 12 */
	{ .compatible = "qcom,pmp8074-gpio", .data = (void *) 12 },
	{ .compatible = "qcom,pmr735a-gpio", .data = (void *) 4 },
	{ .compatible = "qcom,pmr735b-gpio", .data = (void *) 4 },
	/* pms405 has 12 GPIOs with holes on 1, 9, and 10 */