Skip to content

Commit 0538897

Browse files
Bartosz GolaszewskiLinus Walleij
authored andcommitted
pinctrl: qcom: spmi-gpio: add support for pmm8654au-gpio
Add support for the GPIO controller present on the pmm8654au PMIC. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Cc: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230327125316.210812-14-brgl@bgdev.pl Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent fd9820d commit 0538897

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
@@ -1238,6 +1238,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
12381238
{ .compatible = "qcom,pmk8350-gpio", .data = (void *) 4 },
12391239
{ .compatible = "qcom,pmk8550-gpio", .data = (void *) 6 },
12401240
{ .compatible = "qcom,pmm8155au-gpio", .data = (void *) 10 },
1241+
{ .compatible = "qcom,pmm8654au-gpio", .data = (void *) 12 },
12411242
/* pmp8074 has 12 GPIOs with holes on 1 and 12 */
12421243
{ .compatible = "qcom,pmp8074-gpio", .data = (void *) 12 },
12431244
{ .compatible = "qcom,pmr735a-gpio", .data = (void *) 4 },

0 commit comments

Comments
 (0)