OSDN Git Service

Pinctrl: Ingenic: Add missing parts for JZ4770 and JZ4780.
authorZhou Yanjie <zhouyanjie@cduestc.edu.cn>
Mon, 28 Jan 2019 15:19:58 +0000 (23:19 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 30 Jan 2019 09:29:14 +0000 (10:29 +0100)
commit5de1a73e78ed6c7735d53dbb2988e9bd8dd14769
tree4887fd40de2ea5d2b60f9cc250aa760883e7803d
parentff656e47a91698c923d59f5e7f7df1a625f6095c
Pinctrl: Ingenic: Add missing parts for JZ4770 and JZ4780.

Add mmc2 for JZ4770 and JZ4780:
According to the datasheet, both JZ4770 and JZ4780 have mmc2. But this
part of the original code is missing. It is worth noting that JZ4770's
mmc2 supports 8bit mode while JZ4780's does not, so we added the
corresponding code for both models.

Add nemc-wait for JZ4770 and JZ4780:
Both JZ4770 and JZ4780 have a nemc-wait pin. But this part of the
original code is missing.

Add mac for JZ4770:
JZ4770 have a mac. But this part of the original code is missing.

Signed-off-by: Zhou Yanjie <zhouyanjie@cduestc.edu.cn>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-ingenic.c