Skip to content

Commit 52e06d2

Browse files
lweiss-fairphoneLinus Walleij
authored andcommitted
pinctrl: qcom: spmi: Add PM7550
PM7550 is a PMIC, featuring 12 GPIOs. Describe it. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Link: https://lore.kernel.org/20250709-sm7635-pmxr2230-v2-4-09777dab0a95@fairphone.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 2feab53 commit 52e06d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)