Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303499
b: refs/heads/master
c: 601df61
h: refs/heads/master
i:
  303497: ba1e3ca
  303495: fe4a10e
v: v3
  • Loading branch information
Kuninori Morimoto authored and Rafael J. Wysocki committed May 12, 2012
1 parent 94a92f1 commit 4089cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd8639b3885d2ac33b7e13d83d7849372a85fd07
refs/heads/master: 601df61657d4f762a99b155b695379fcc18f36e7
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-shmobile/board-kzm9g.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4089cba

Please sign in to comment.