Skip to content

Commit 7abf7f8

Browse files
z3ntuLinus Walleij
authored andcommitted
pinctrl: qcom: spmi-gpio: Add PMI632 support
Add support for the 8 GPIOs found on PMI632. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230414-pmi632-v2-2-98bafa909c36@z3ntu.xyz Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 4b648d9 commit 7abf7f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pinctrl/qcom/pinctrl-spmi-gpio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
12321232
{ .compatible = "qcom,pm8994-gpio", .data = (void *) 22 },
12331233
{ .compatible = "qcom,pm8998-gpio", .data = (void *) 26 },
12341234
{ .compatible = "qcom,pma8084-gpio", .data = (void *) 22 },
1235+
{ .compatible = "qcom,pmi632-gpio", .data = (void *) 8 },
12351236
{ .compatible = "qcom,pmi8950-gpio", .data = (void *) 2 },
12361237
{ .compatible = "qcom,pmi8994-gpio", .data = (void *) 10 },
12371238
{ .compatible = "qcom,pmi8998-gpio", .data = (void *) 14 },

0 commit comments

Comments
 (0)