pinctrl: spmi-gpio: Add support for PM2250
[sfrench/cifs-2.6.git] / drivers / pinctrl / qcom / pinctrl-spmi-gpio.c
index 1ae3895a7ff3bda1d5ce421c4a104493456a4885..f2eac3b05d6730ac071d9634722910799c486149 100644 (file)
@@ -1141,6 +1141,7 @@ static int pmic_gpio_remove(struct platform_device *pdev)
 }
 
 static const struct of_device_id pmic_gpio_of_match[] = {
+       { .compatible = "qcom,pm2250-gpio", .data = (void *) 10 },
        /* pm660 has 13 GPIOs with holes on 1, 5, 6, 7, 8 and 10 */
        { .compatible = "qcom,pm660-gpio", .data = (void *) 13 },
        /* pm660l has 12 GPIOs with holes on 1, 2, 10, 11 and 12 */