mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
ARM: 5799/1: SA1100: h3600: stop setting direction for LCD pins
sa1100_fb driver handles this Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
382c14a52d
commit
d0e6041efd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user