projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
382c14a
)
ARM: 5799/1: SA1100: h3600: stop setting direction for LCD pins
author
Dmitry Artamonow
<
[email protected]
>
Fri, 27 Nov 2009 10:11:00 +0000
(11:11 +0100)
committer
Russell King
<
[email protected]
>
Sun, 6 Dec 2009 16:52:26 +0000
(16:52 +0000)
sa1100_fb driver handles this
Signed-off-by: Dmitry Artamonow <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-sa1100/h3600.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sa1100/h3600.c
b/arch/arm/mach-sa1100/h3600.c
index 5033c030a3f24f0c296d16e1c94aaf341cd61212..021cecb1bd06c05236aa6cf3867ec9b16db46c4f 100644
(file)
--- a/
arch/arm/mach-sa1100/h3600.c
+++ b/
arch/arm/mach-sa1100/h3600.c
@@
-464,9
+464,7
@@
static void __init h3600_map_io(void)
GPCR = 0x0fffffff; /* All outputs are set low by default */
GPDR = GPIO_H3600_L3_CLOCK |
GPIO_H3600_L3_MODE | GPIO_H3600_L3_DATA |
- GPIO_H3600_CLK_SET1 | GPIO_H3600_CLK_SET0 |
- GPIO_LDD15 | GPIO_LDD14 | GPIO_LDD13 | GPIO_LDD12 |
- GPIO_LDD11 | GPIO_LDD10 | GPIO_LDD9 | GPIO_LDD8;
+ GPIO_H3600_CLK_SET1 | GPIO_H3600_CLK_SET0;
H3600_EGPIO = h3600_egpio; /* Maintains across sleep? */
assign_h3600_egpio = h3600_control_egpio;