summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/include
diff options
context:
space:
mode:
authorYoshikazu Fujikawa <yoshikazu.fujikawa.ue@renesas.com>2013-09-04 03:46:08 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-09-30 07:11:16 (GMT)
commite6491d08ed1d5d1e415d5371f2ff2fed67df83b0 (patch)
tree25f5a8d59ab77b4f3f998ce4f556bfdd45978568 /arch/arm/mach-shmobile/include
parent0d0771ab2bd5f57a62db91f26bba1e9f522d16cb (diff)
downloadlinux-e6491d08ed1d5d1e415d5371f2ff2fed67df83b0.tar.xz
ARM: shmobile: r8a7791 SCIF support
Add SCIF serial port support to the r8a7791 SoC by adding platform devices for SCIFA0 -> SCIFA5 as well as SCIFB0 -> SCIFB2 and SCIF0 -> SCIF5 together with clock bindings. DT device description is excluded at this point since such bindings are still under development. Signed-off-by: Yoshikazu Fujikawa <yoshikazu.fujikawa.ue@renesas.com> Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com> [damm@opensource.se: Forward ported to upstream, dropped holes in enum] Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r--arch/arm/mach-shmobile/include/mach/r8a7791.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7791.h b/arch/arm/mach-shmobile/include/mach/r8a7791.h
index 43b7206..d234b8c 100644
--- a/arch/arm/mach-shmobile/include/mach/r8a7791.h
+++ b/arch/arm/mach-shmobile/include/mach/r8a7791.h
@@ -1,6 +1,7 @@
#ifndef __ASM_R8A7791_H__
#define __ASM_R8A7791_H__
+void r8a7791_add_dt_devices(void);
void r8a7791_clock_init(void);
#endif /* __ASM_R8A7791_H__ */