On Fri 12 Nov 05:53 CST 2021, Konrad Dybcio wrote: > PM8019 provides 6 GPIOs. Add a compatible to support that. > Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> > --- > 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 5283d5e9e8bc..1ae3895a7ff3 100644 > --- a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c > +++ b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c > @@ -1151,6 +1151,7 @@ static const struct of_device_id pmic_gpio_of_match[] = { > { .compatible = "qcom,pm7325-gpio", .data = (void *) 10 }, > { .compatible = "qcom,pm8005-gpio", .data = (void *) 4 }, > { .compatible = "qcom,pm8008-gpio", .data = (void *) 2 }, > + { .compatible = "qcom,pm8019-gpio", .data = (void *) 6 }, > /* pm8150 has 10 GPIOs with holes on 2, 5, 7 and 8 */ > { .compatible = "qcom,pm8150-gpio", .data = (void *) 10 }, > { .compatible = "qcom,pmc8180-gpio", .data = (void *) 10 }, > -- > 2.33.1 >