aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/core.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2012-12-15 17:51:31 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-01-24 19:24:27 -0500
commitf5e811f2a43117b2c6291c556fb19acef92e28dc (patch)
tree990e8c93083e46f36b415e23d7b6f1f75bbb620b /drivers/pinctrl/sh-pfc/core.h
parenta8d42fc4217b1ea18f34a6676a60ddcc34248f44 (diff)
sh-pfc: Add sh7269 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/core.h b/drivers/pinctrl/sh-pfc/core.h
index b895f7c7a957..c53783763446 100644
--- a/drivers/pinctrl/sh-pfc/core.h
+++ b/drivers/pinctrl/sh-pfc/core.h
@@ -55,6 +55,7 @@ extern struct sh_pfc_soc_info r8a7740_pinmux_info;
55extern struct sh_pfc_soc_info r8a7779_pinmux_info; 55extern struct sh_pfc_soc_info r8a7779_pinmux_info;
56extern struct sh_pfc_soc_info sh7203_pinmux_info; 56extern struct sh_pfc_soc_info sh7203_pinmux_info;
57extern struct sh_pfc_soc_info sh7264_pinmux_info; 57extern struct sh_pfc_soc_info sh7264_pinmux_info;
58extern struct sh_pfc_soc_info sh7269_pinmux_info;
58extern struct sh_pfc_soc_info sh7372_pinmux_info; 59extern struct sh_pfc_soc_info sh7372_pinmux_info;
59extern struct sh_pfc_soc_info sh73a0_pinmux_info; 60extern struct sh_pfc_soc_info sh73a0_pinmux_info;
60 61