Commit cbbe0778 authored by Luca Weiss's avatar Luca Weiss Committed by Linus Walleij
Browse files

pinctrl: qcom: spmi-gpio: Add PM8953 support



Add support for the 8 GPIOs found on PM8953.

Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Link: https://lore.kernel.org/r/20230421-pm8953-gpio-v1-2-3d33e2de47e3@z3ntu.xyz


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 2c074315
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1229,6 +1229,8 @@ static const struct of_device_id pmic_gpio_of_match[] = {
	{ .compatible = "qcom,pm8941-gpio", .data = (void *) 36 },
	/* pm8950 has 8 GPIOs with holes on 3 */
	{ .compatible = "qcom,pm8950-gpio", .data = (void *) 8 },
	/* pm8953 has 8 GPIOs with holes on 3 and 6 */
	{ .compatible = "qcom,pm8953-gpio", .data = (void *) 8 },
	{ .compatible = "qcom,pm8994-gpio", .data = (void *) 22 },
	{ .compatible = "qcom,pm8998-gpio", .data = (void *) 26 },
	{ .compatible = "qcom,pma8084-gpio", .data = (void *) 22 },