mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 11:55:08 +07:00
![Magnus Damm](/assets/img/avatar_default.png)
Rename r8a7790_init_delay() into r8a7790_init_early() to make the function name show that more than just delay setup may happen in the future. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
15 lines
344 B
C
15 lines
344 B
C
#ifndef __ASM_R8A7790_H__
|
|
#define __ASM_R8A7790_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);
|
|
|
|
#define MD(nr) BIT(nr)
|
|
u32 r8a7790_read_mode_pins(void);
|
|
|
|
#endif /* __ASM_R8A7790_H__ */
|