From 4089cbafa27c910baee37cf77c3980c969d0917b Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Sun, 22 Apr 2012 23:53:24 -0700 Subject: [PATCH] --- yaml --- r: 303499 b: refs/heads/master c: 601df61657d4f762a99b155b695379fcc18f36e7 h: refs/heads/master i: 303497: ba1e3cada54d93995b0316c2460c1ca3ad0d6a61 303495: fe4a10e8a53fc6066eea9e81bbf6eabef6707841 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-shmobile/board-kzm9g.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 10efd49544c7..b208157b872d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd8639b3885d2ac33b7e13d83d7849372a85fd07 +refs/heads/master: 601df61657d4f762a99b155b695379fcc18f36e7 diff --git a/trunk/arch/arm/mach-shmobile/board-kzm9g.c b/trunk/arch/arm/mach-shmobile/board-kzm9g.c index c846531fa48c..545d6337ea20 100644 --- a/trunk/arch/arm/mach-shmobile/board-kzm9g.c +++ b/trunk/arch/arm/mach-shmobile/board-kzm9g.c @@ -258,8 +258,10 @@ static void __init kzm_init(void) gpio_request(GPIO_FN_LCDDISP, NULL); gpio_request(GPIO_FN_LCDDCK, NULL); - gpio_request(GPIO_PORT222, NULL); + gpio_request(GPIO_PORT222, NULL); /* LCDCDON */ + gpio_request(GPIO_PORT226, NULL); /* SC */ gpio_direction_output(GPIO_PORT222, 1); + gpio_direction_output(GPIO_PORT226, 1); /* Touchscreen */ gpio_request(GPIO_PORT223, NULL); /* IRQ8 */