diff options
author | Takeshi Kihara <takeshi.kihara.df@renesas.com> | 2018-05-11 12:22:23 +0900 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-05-23 14:43:32 +0200 |
commit | 6d4036a1e3b3ac0f3eebda5a0bbc6d78ebc14389 (patch) | |
tree | c9560d710f73b15821b0cf954069291bed36e9df /drivers/pinctrl/sh-pfc/core.c | |
parent | ec96db5868afa26ecf1b0b629f579fdb77530684 (diff) | |
download | blackbird-op-linux-6d4036a1e3b3ac0f3eebda5a0bbc6d78ebc14389.tar.gz blackbird-op-linux-6d4036a1e3b3ac0f3eebda5a0bbc6d78ebc14389.zip |
pinctrl: sh-pfc: Initial R8A77990 PFC support
This patch adds initial pinctrl driver to support for the R8A77990 SoC.
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/core.c')
-rw-r--r-- | drivers/pinctrl/sh-pfc/core.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/core.c b/drivers/pinctrl/sh-pfc/core.c index b069fe3bf75d..eb06981538b4 100644 --- a/drivers/pinctrl/sh-pfc/core.c +++ b/drivers/pinctrl/sh-pfc/core.c @@ -581,6 +581,12 @@ static const struct of_device_id sh_pfc_of_table[] = { .data = &r8a77980_pinmux_info, }, #endif +#ifdef CONFIG_PINCTRL_PFC_R8A77990 + { + .compatible = "renesas,pfc-r8a77990", + .data = &r8a77990_pinmux_info, + }, +#endif #ifdef CONFIG_PINCTRL_PFC_R8A77995 { .compatible = "renesas,pfc-r8a77995", |