Re: [PATCH v3 4/4] pinctrl: qcom/pinctrl-spmi-gpio: Add compatible for pmic-gpio on SA8155p-adp

From: Bjorn Andersson
Date: Fri Jun 18 2021 - 14:02:52 EST


On Thu 17 Jun 00:34 CDT 2021, Bhupesh Sharma wrote:

> SA8155p-adp PMIC (PMM8155AU) exposes 10 GPIOs.
>
> Add support for the same in the pinctrl driver.
>

Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>

Regards,
Bjorn

> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Cc: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@xxxxxxxxxx>
> ---
> 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 89f6147efe58..cc50cfc576fd 100644
> --- a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> +++ b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
> @@ -1132,6 +1132,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
> { .compatible = "qcom,pmi8994-gpio", .data = (void *) 10 },
> { .compatible = "qcom,pmi8998-gpio", .data = (void *) 14 },
> { .compatible = "qcom,pmk8350-gpio", .data = (void *) 4 },
> + { .compatible = "qcom,pmm8155au-gpio", .data = (void *) 10 },
> { .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 */
> --
> 2.31.1
>