Re: [PATCH v2 14/15] pinctrl: qcom: spmi-gpio: add support for pmm8654au-gpio

From: Konrad Dybcio
Date: Mon Mar 20 2023 - 13:34:17 EST




On 20.03.2023 16:48, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> Add support for the GPIO controller present on the pmm8654au PMIC.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad
> drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> index ea3485344f06..0d94175b34f8 100644
> --- a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> +++ b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> @@ -1238,6 +1238,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
> { .compatible = "qcom,pmk8350-gpio", .data = (void *) 4 },
> { .compatible = "qcom,pmk8550-gpio", .data = (void *) 6 },
> { .compatible = "qcom,pmm8155au-gpio", .data = (void *) 10 },
> + { .compatible = "qcom,pmm8654au-gpio", .data = (void *) 12 },
> /* pmp8074 has 12 GPIOs with holes on 1 and 12 */
> { .compatible = "qcom,pmp8074-gpio", .data = (void *) 12 },
> { .compatible = "qcom,pmr735a-gpio", .data = (void *) 4 },