mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 12:46:40 +07:00
a8caad6690
The pm code for R-Car Gen2 is scatterd in each SoC. These files (pm-r8a7790.c/pm-r8a7791.c) have some overlap code. This change consolidate the pm code for R-Car Gen2 into one. Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
11 lines
243 B
C
11 lines
243 B
C
#ifndef __ASM_RCAR_GEN2_H__
|
|
#define __ASM_RCAR_GEN2_H__
|
|
|
|
void rcar_gen2_timer_init(void);
|
|
#define MD(nr) BIT(nr)
|
|
u32 rcar_gen2_read_mode_pins(void);
|
|
void rcar_gen2_reserve(void);
|
|
void rcar_gen2_pm_init(void);
|
|
|
|
#endif /* __ASM_RCAR_GEN2_H__ */
|