pinctrl: qcom: spmi-gpio: Add compatible for PM6350
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 7 Oct 2021 21:24:32 +0000 (23:24 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 Oct 2021 23:48:34 +0000 (01:48 +0200)
Add support for the GPIO controller in the pm6350 PMIC.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lore.kernel.org/r/20211007212444.328034-6-luca@z3ntu.xyz
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c

index a840b9b..1d96fc4 100644 (file)
@@ -1116,6 +1116,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
        { .compatible = "qcom,pm660l-gpio", .data = (void *) 12 },
        { .compatible = "qcom,pm6150-gpio", .data = (void *) 10 },
        { .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
+       { .compatible = "qcom,pm6350-gpio", .data = (void *) 9 },
        { .compatible = "qcom,pm7325-gpio", .data = (void *) 10 },
        { .compatible = "qcom,pm8005-gpio", .data = (void *) 4 },
        { .compatible = "qcom,pm8008-gpio", .data = (void *) 2 },