diff options
author | Magnus Damm <damm@opensource.se> | 2013-09-18 22:11:20 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-08 02:53:00 +0200 |
commit | f6ca6f11c921b227e33c5e91084be5ef30c32771 (patch) | |
tree | a6bc0b2e5885fa8cf396ce3c6fe098bc2e614e14 /arch/arm/mach-shmobile/include | |
parent | ARM: shmobile: Initial r7s72100 SoC support (diff) | |
download | linux-f6ca6f11c921b227e33c5e91084be5ef30c32771.tar.xz linux-f6ca6f11c921b227e33c5e91084be5ef30c32771.zip |
ARM: shmobile: r7s72100 SCIF support
Add SCIF serial port support to the r7s72100 SoC by
adding platform devices for SCIF0 -> SCIF7 together with
clock bindings. DT device description is excluded at
this point since such bindings are still under
development.
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/r7s72100.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r7s72100.h b/arch/arm/mach-shmobile/include/mach/r7s72100.h index f78062e98bd4..5f34b20ecd4a 100644 --- a/arch/arm/mach-shmobile/include/mach/r7s72100.h +++ b/arch/arm/mach-shmobile/include/mach/r7s72100.h @@ -1,6 +1,7 @@ #ifndef __ASM_R7S72100_H__ #define __ASM_R7S72100_H__ +void r7s72100_add_dt_devices(void); void r7s72100_clock_init(void); void r7s72100_init_early(void); |