projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6cd68
)
gpio: mpc8xxx: add ls1088a platform special function
author
Song Hui
<hui.song_1@nxp.com>
Thu, 8 Aug 2019 10:16:28 +0000
(18:16 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 23 Aug 2019 07:38:06 +0000
(09:38 +0200)
ls1028a and ls1088a platform share common special function.
The gpio hardware what they use is the same version.
Signed-off-by: Song Hui <hui.song_1@nxp.com>
Link:
https://lore.kernel.org/r/20190808101628.36782-3-hui.song_1@nxp.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mpc8xxx.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-mpc8xxx.c
b/drivers/gpio/gpio-mpc8xxx.c
index 1a680aa28769679c49759bee5c1789cb3bcc88eb..16a47de29c94c43bbcbceb0063510e77a50df753 100644
(file)
--- a/
drivers/gpio/gpio-mpc8xxx.c
+++ b/
drivers/gpio/gpio-mpc8xxx.c
@@
-319,6
+319,7
@@
static const struct of_device_id mpc8xxx_gpio_ids[] = {
{ .compatible = "fsl,mpc5125-gpio", .data = &mpc5125_gpio_devtype, },
{ .compatible = "fsl,pq3-gpio", },
{ .compatible = "fsl,ls1028a-gpio", .data = &ls1028a_gpio_devtype, },
+ { .compatible = "fsl,ls1088a-gpio", .data = &ls1028a_gpio_devtype, },
{ .compatible = "fsl,qoriq-gpio", },
{}
};