mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
50c517d92e
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>
14 lines
330 B
C
14 lines
330 B
C
#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);
|
|
extern struct smp_operations r8a7790_smp_ops;
|
|
|
|
#endif /* __ASM_R8A7790_H__ */
|