mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 07:42:07 +00:00
ab5fdfd5ea
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>
10 lines
220 B
C
10 lines
220 B
C
#ifndef __ASM_R8A7790_H__
|
|
#define __ASM_R8A7790_H__
|
|
|
|
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__ */
|