diff options
author | Magnus Damm <damm@opensource.se> | 2013-04-08 01:23:28 (GMT) |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-09 12:37:36 (GMT) |
commit | ab5fdfd5ea621b629da9bfda987af301da973525 (patch) | |
tree | d4ae345f3f05e63b08809921c5cca2566291a2d7 /arch/arm/mach-shmobile/include | |
parent | c9dff05030b97d6c8f2b53a43f0d8f6d15481b92 (diff) | |
download | linux-fsl-qoriq-ab5fdfd5ea621b629da9bfda987af301da973525.tar.xz |
ARM: shmobile: force enable of r8a7790 arch timer
Implement a SoC-specific timer init function for
r8a7790 that makes sure the architected timer
is started regardless of boot loader setting.
Signed-off-by: Magnus Damm <damm@opensource.se>
Tested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com
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/r8a7790.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7790.h b/arch/arm/mach-shmobile/include/mach/r8a7790.h index 9bd6f5c..2e919e6 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7790.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7790.h @@ -4,5 +4,6 @@ void r8a7790_add_standard_devices(void); void r8a7790_clock_init(void); void r8a7790_pinmux_init(void); +void r8a7790_timer_init(void); #endif /* __ASM_R8A7790_H__ */ |