diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-16 02:51:39 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-25 04:24:28 +0400 |
commit | d2a31bddbdae8c3ac43c48a865f935fcb7c65190 (patch) | |
tree | 9b558851a733720b6ede8660691b4a249bcfa41f /drivers/pinctrl/sh-pfc/core.h | |
parent | a56398e9691ab7630bdde76f0ca21267246ce99e (diff) | |
download | linux-d2a31bddbdae8c3ac43c48a865f935fcb7c65190.tar.xz |
sh-pfc: Add sh7786 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 fa7214e2ed24..c681f8ecfd6f 100644 --- a/drivers/pinctrl/sh-pfc/core.h +++ b/drivers/pinctrl/sh-pfc/core.h @@ -65,5 +65,6 @@ extern struct sh_pfc_soc_info sh7724_pinmux_info; extern struct sh_pfc_soc_info sh7734_pinmux_info; extern struct sh_pfc_soc_info sh7757_pinmux_info; extern struct sh_pfc_soc_info sh7785_pinmux_info; +extern struct sh_pfc_soc_info sh7786_pinmux_info; #endif /* __SH_PFC_CORE_H__ */ |