pinctrl: qcom-pmic-gpio: Add support for pmx75
authorRohit Agarwal <quic_rohiagar@quicinc.com>
Fri, 7 Jul 2023 05:20:09 +0000 (10:50 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 16 Jul 2023 21:05:57 +0000 (23:05 +0200)
pmx75 pmic support gpio controller so add compatible in the driver.

Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
Link: https://lore.kernel.org/r/1688707209-30151-5-git-send-email-quic_rohiagar@quicinc.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c

index f1918fe5ed3399984dafb65919f61bd02e0f48e5..deded9c6fd7dba040e8779f0cfefd3fad782b81a 100644 (file)
@@ -1253,6 +1253,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
        /* pmx55 has 11 GPIOs with holes on 3, 7, 10, 11 */
        { .compatible = "qcom,pmx55-gpio", .data = (void *) 11 },
        { .compatible = "qcom,pmx65-gpio", .data = (void *) 16 },
+       { .compatible = "qcom,pmx75-gpio", .data = (void *) 16 },
        { },
 };