diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-01 04:11:53 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-07 20:52:59 -0400 |
commit | 4275881fcacae2b1662d64e7989959ef3c33cf52 (patch) | |
tree | e7fb06259b54912cac031b22e223c195fe390a42 /arch/arm/mach-shmobile/setup-r8a7791.c | |
parent | 50c517d92eac08b352ccf4b25c93a53947bb855e (diff) |
ARM: shmobile: Introduce r8a7791_add_standard_devices()
Introduce the function r8a7791_add_standard_devices() that
follows the same style as other mach-shmobile SoC code and
allows C version of board code to add on-chip devices.
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/setup-r8a7791.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7791.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7791.c b/arch/arm/mach-shmobile/setup-r8a7791.c index b56399d2e1de..350dfc4918e3 100644 --- a/arch/arm/mach-shmobile/setup-r8a7791.c +++ b/arch/arm/mach-shmobile/setup-r8a7791.c | |||
@@ -129,6 +129,11 @@ void __init r8a7791_add_dt_devices(void) | |||
129 | r8a7791_register_cmt(00); | 129 | r8a7791_register_cmt(00); |
130 | } | 130 | } |
131 | 131 | ||
132 | void __init r8a7791_add_standard_devices(void) | ||
133 | { | ||
134 | r8a7791_add_dt_devices(); | ||
135 | } | ||
136 | |||
132 | void __init r8a7791_init_early(void) | 137 | void __init r8a7791_init_early(void) |
133 | { | 138 | { |
134 | #ifndef CONFIG_ARM_ARCH_TIMER | 139 | #ifndef CONFIG_ARM_ARCH_TIMER |