Skip to content

Commit 8fff651

Browse files
RohitAgarwalQUIClinusw
authored andcommitted
pinctrl: qcom-pmic-gpio: Add support for pm7550ba
pm7550ba 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-4-git-send-email-quic_rohiagar@quicinc.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 75ec058 commit 8fff651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/qcom/pinctrl-spmi-gpio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
12051205
{ .compatible = "qcom,pm6350-gpio", .data = (void *) 9 },
12061206
{ .compatible = "qcom,pm7250b-gpio", .data = (void *) 12 },
12071207
{ .compatible = "qcom,pm7325-gpio", .data = (void *) 10 },
1208+
{ .compatible = "qcom,pm7550ba-gpio", .data = (void *) 8},
12081209
{ .compatible = "qcom,pm8005-gpio", .data = (void *) 4 },
12091210
{ .compatible = "qcom,pm8008-gpio", .data = (void *) 2 },
12101211
{ .compatible = "qcom,pm8019-gpio", .data = (void *) 6 },

0 commit comments

Comments
 (0)