summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/include/mach/r8a7790.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-09-12 00:32:49 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-10-08 00:52:25 (GMT)
commit50c517d92eac08b352ccf4b25c93a53947bb855e (patch)
tree910deb67009ee8c630bd9d73c6c6f960a1298638 /arch/arm/mach-shmobile/include/mach/r8a7790.h
parentb9b28f5254d792d7ebe35f5314fe11a36174270d (diff)
downloadlinux-50c517d92eac08b352ccf4b25c93a53947bb855e.tar.xz
ARM: shmobile: Break out R-Car Gen2 setup code
Move arch timer workaround code and boot mode pin handling from setup-r8a7790.c to setup-rcar-gen2.c. With this in place the same code can be used on other R-Car Generation 2 devices such as r8a7791. Signed-off-by: Magnus Damm <damm@opensource.se> [horms+renesas@verge.net.au trivial rebase of board-lager.c for introduction of lager_add_standard_devices()] Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/r8a7790.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/r8a7790.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7790.h b/arch/arm/mach-shmobile/include/mach/r8a7790.h
index 79e731c..5fbfa28 100644
--- a/arch/arm/mach-shmobile/include/mach/r8a7790.h
+++ b/arch/arm/mach-shmobile/include/mach/r8a7790.h
@@ -1,15 +1,13 @@
#ifndef __ASM_R8A7790_H__
#define __ASM_R8A7790_H__
+#include <mach/rcar-gen2.h>
+
void r8a7790_add_standard_devices(void);
void r8a7790_add_dt_devices(void);
void r8a7790_clock_init(void);
void r8a7790_pinmux_init(void);
void r8a7790_init_early(void);
-void r8a7790_timer_init(void);
extern struct smp_operations r8a7790_smp_ops;
-#define MD(nr) BIT(nr)
-u32 r8a7790_read_mode_pins(void);
-
#endif /* __ASM_R8A7790_H__ */