projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab03e3
)
gpio: sunxi: Add compatible string for R40 PIO
author
Chen-Yu Tsai
<wens@csie.org>
Wed, 30 Nov 2016 09:23:52 +0000
(17:23 +0800)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Thu, 20 Apr 2017 11:30:01 +0000
(13:30 +0200)
The PIO on the R40 SoC is mostly compatible with the A20.
Only a few pin functions for mmc2 were added to the PC
pingroup, to support 8 bit eMMCs.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpio/sunxi_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/sunxi_gpio.c
b/drivers/gpio/sunxi_gpio.c
index 8d2bb18504aeae4e05981df68521dcab33154b5a..3f40e838300158ee2c681173d14ef7d296882e54 100644
(file)
--- a/
drivers/gpio/sunxi_gpio.c
+++ b/
drivers/gpio/sunxi_gpio.c
@@
-352,6
+352,7
@@
static const struct udevice_id sunxi_gpio_ids[] = {
ID("allwinner,sun8i-a33-pinctrl", a_all),
ID("allwinner,sun8i-a83t-pinctrl", a_all),
ID("allwinner,sun8i-h3-pinctrl", a_all),
+ ID("allwinner,sun8i-r40-pinctrl", a_all),
ID("allwinner,sun9i-a80-pinctrl", a_all),
ID("allwinner,sun6i-a31-r-pinctrl", l_2),
ID("allwinner,sun8i-a23-r-pinctrl", l_1),