diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-16 02:51:33 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-25 04:24:27 +0400 |
commit | f5e25ae52feff2dc99da168aa524ff4e799530b1 (patch) | |
tree | c6688e8ac605163af81bfc0a95a0652c7a899dd3 /drivers/pinctrl/sh-pfc/core.h | |
parent | 74cad60549e3a176d47214b9dd973ae00a411935 (diff) | |
download | linux-f5e25ae52feff2dc99da168aa524ff4e799530b1.tar.xz |
sh-pfc: Add sh7722 pinmux support
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/core.h')
-rw-r--r-- | drivers/pinctrl/sh-pfc/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/core.h b/drivers/pinctrl/sh-pfc/core.h index cfb7c31c1ccb..86ea4e823ed5 100644 --- a/drivers/pinctrl/sh-pfc/core.h +++ b/drivers/pinctrl/sh-pfc/core.h @@ -59,5 +59,6 @@ extern struct sh_pfc_soc_info sh7269_pinmux_info; extern struct sh_pfc_soc_info sh7372_pinmux_info; extern struct sh_pfc_soc_info sh73a0_pinmux_info; extern struct sh_pfc_soc_info sh7720_pinmux_info; +extern struct sh_pfc_soc_info sh7722_pinmux_info; #endif /* __SH_PFC_CORE_H__ */ |