mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk29: pm: disable console suspend for debug
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <linux/regulator/consumer.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/wakelock.h>
|
||||
#include <linux/console.h>
|
||||
|
||||
#include <mach/rk29_iomap.h>
|
||||
#include <mach/cru.h>
|
||||
@@ -234,6 +235,9 @@ static int __init rk29_pm_init(void)
|
||||
/* set idle function */
|
||||
pm_idle = rk29_idle;
|
||||
|
||||
/* for debug */
|
||||
console_suspend_enabled = 0;
|
||||
|
||||
return 0;
|
||||
}
|
||||
__initcall(rk29_pm_init);
|
||||
|
||||
Reference in New Issue
Block a user