MIPS: JZ4740: Add power-management and system reset support

Add support for suspend/resume and poweroff/reboot on a JZ4740 SoC.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1398/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Lars-Peter Clausen
2010-06-19 04:08:11 +00:00
کامیت شده توسط Ralf Baechle
والد b200eff6d1
کامیت c863a2368c
3فایلهای تغییر یافته به همراه141 افزوده شده و 0 حذف شده

6
arch/mips/jz4740/reset.h Normal file
مشاهده پرونده

@@ -0,0 +1,6 @@
#ifndef __MIPS_JZ4740_RESET_H__
#define __MIPS_JZ4740_RESET_H__
extern void jz4740_reset_init(void);
#endif