diff options
author | keita kobayashi <keita.kobayashi.ym@renesas.com> | 2014-05-30 14:18:48 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 17:51:50 +0900 |
commit | 5f6108bb9643949bf5ec0bc9f5cbde588c542c7f (patch) | |
tree | ca20c5c5e6422eaaeed44684b054a09649d7e2fe /arch/arm/mach-shmobile/include | |
parent | 62872989bdbf1245d7239b9f4c05a8ee7c775ed5 (diff) | |
download | blackbird-op-linux-5f6108bb9643949bf5ec0bc9f5cbde588c542c7f.tar.gz blackbird-op-linux-5f6108bb9643949bf5ec0bc9f5cbde588c542c7f.zip |
ARM: shmobile: r8a7791 SYSC setup code
Add r8a7791 SYSC power management support.
Signed-off-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com>
Acked-by: Magnus Damm <damm+renesas@opensource.se>
[horms+renesas@verge.net.au: rebased]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7791.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7791.h b/arch/arm/mach-shmobile/include/mach/r8a7791.h index 664274cc4b64..86eae7bceb6f 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7791.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7791.h @@ -5,6 +5,7 @@ void r8a7791_add_standard_devices(void); void r8a7791_add_dt_devices(void); void r8a7791_clock_init(void); void r8a7791_pinmux_init(void); +void r8a7791_pm_init(void); extern struct smp_operations r8a7791_smp_ops; #endif /* __ASM_R8A7791_H__ */ |