projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d45c84
)
pinctrl: qcom: spmi-gpio: Add compatible for PM6350
author
Luca Weiss
<luca@z3ntu.xyz>
Thu, 7 Oct 2021 21:24:32 +0000
(23:24 +0200)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
index a840b9b230d5129ab8432a2854ae31eed489fdec..1d96fc4e46f01b2167e0667373fb26fedb9046af 100644
(file)
--- a/
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
+++ b/
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
@@
-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 },