a48f165509
Add r8a7790 SYSC power management support. Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com> [damm@opensource.se: Converted to use broken out SYSC code] Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
15 lines
358 B
C
15 lines
358 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_pm_init(void);
|
|
void r8a7790_init_early(void);
|
|
extern struct smp_operations r8a7790_smp_ops;
|
|
|
|
#endif /* __ASM_R8A7790_H__ */
|