Add preliminary driver for touchscreen. And start of major changes in CyIO
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
|
||||
#include <cybook.h>
|
||||
|
||||
//#define DEBUG_MESSAGES
|
||||
//#define DEBUG_TRACEFUNC
|
||||
#define DEBUG_MESSAGES
|
||||
#define DEBUG_TRACEFUNC
|
||||
|
||||
#define MODULE_NAME "AUO-TCON"
|
||||
|
||||
@@ -717,7 +717,7 @@ static int tcon_probe (struct platform_device *dev)
|
||||
tmp = (tmp & ~(3 << 2)) | (1 << 2);
|
||||
__raw_writel(tmp, S3C2410_GPBCON);
|
||||
|
||||
mdelay(1);
|
||||
msleep(1);
|
||||
|
||||
// Panel power on
|
||||
tmp = __raw_readl(S3C2410_GPBDAT);
|
||||
|
||||
Reference in New Issue
Block a user