phonepad: touch screen: modify ct360 board config
authorhhb <hhb@rock-chips.com>
Thu, 20 Sep 2012 12:17:41 +0000 (20:17 +0800)
committerhhb <hhb@rock-chips.com>
Thu, 20 Sep 2012 12:17:41 +0000 (20:17 +0800)
arch/arm/mach-rk30/board-rk30-phonepad.c

index b33674936c0a1008a36f630afe572aa56b08fd6b..ab328c8b5c5e885de08e7444f8261524c74d697b 100755 (executable)
@@ -944,7 +944,7 @@ static void ct360_hw_shutdown(int reset)
 static struct ct360_platform_data ct360_info = {
        .model   = 360,
        .x_max   = 800,
-       .y_max   = 600,
+       .y_max   = 480,
        .hw_init = ct360_hw_init,
        .shutdown = ct360_hw_shutdown,
 };