summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/core.c
diff options
context:
space:
mode:
authorLinus Walleij2018-03-23 03:36:48 +0100
committerLinus Walleij2018-03-23 03:36:48 +0100
commit76a16885a7771addc1d140018dc951dc57b40fa9 (patch)
tree20ac3b96b091fe033e4373d97bf68c5ec9a5716a /drivers/pinctrl/sh-pfc/core.c
parentdt-bindings: pinctrl: Add bindings for Actions S900 SoC (diff)
parentpinctrl: sh-pfc: r8a77995: Deduplicate VIN4 pin definitions (diff)
downloadkernel-qcow2-linux-76a16885a7771addc1d140018dc951dc57b40fa9.tar.gz
kernel-qcow2-linux-76a16885a7771addc1d140018dc951dc57b40fa9.tar.xz
kernel-qcow2-linux-76a16885a7771addc1d140018dc951dc57b40fa9.zip
Merge tag 'sh-pfc-for-v4.17-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel
pinctrl: sh-pfc: Updates for v4.17 (take two) - Add USB pin groups on R-Car M3-N, - Add support for the new R-Car V3H SoC, - Add EtherAVB pin groups on R-Car V3M, - Miscellaneous fixes and cleanups.
Diffstat (limited to 'drivers/pinctrl/sh-pfc/core.c')
-rw-r--r--drivers/pinctrl/sh-pfc/core.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/core.c b/drivers/pinctrl/sh-pfc/core.c
index 7461af941659..74861b7b5b0d 100644
--- a/drivers/pinctrl/sh-pfc/core.c
+++ b/drivers/pinctrl/sh-pfc/core.c
@@ -569,6 +569,12 @@ static const struct of_device_id sh_pfc_of_table[] = {
.data = &r8a77970_pinmux_info,
},
#endif
+#ifdef CONFIG_PINCTRL_PFC_R8A77980
+ {
+ .compatible = "renesas,pfc-r8a77980",
+ .data = &r8a77980_pinmux_info,
+ },
+#endif
#ifdef CONFIG_PINCTRL_PFC_R8A77995
{
.compatible = "renesas,pfc-r8a77995",