diff options
author | Jonathan Cameron <jic23@cam.ac.uk> | 2010-03-07 21:59:16 +0000 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-22 12:03:06 +0800 |
commit | ef80936f99ce558a470c5379040abd0ece52c2ff (patch) | |
tree | db7267f9de640a2a45504499213fc9a11b1e6a61 /arch/arm/mach-pxa/imote2.c | |
parent | 7471f46d74e0e2a668f4bc085ef486b1079b3466 (diff) | |
download | op-kernel-dev-ef80936f99ce558a470c5379040abd0ece52c2ff.zip op-kernel-dev-ef80936f99ce558a470c5379040abd0ece52c2ff.tar.gz |
[ARM] pxa: remove spi cs gpio direction to avoid clash with driver
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/imote2.c')
-rw-r--r-- | arch/arm/mach-pxa/imote2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/imote2.c b/arch/arm/mach-pxa/imote2.c index b2f878b..5161dca 100644 --- a/arch/arm/mach-pxa/imote2.c +++ b/arch/arm/mach-pxa/imote2.c @@ -559,10 +559,6 @@ static void __init imote2_init(void) pxa_set_btuart_info(NULL); pxa_set_stuart_info(NULL); - /* SPI chip select directions - all other directions should - * be handled by drivers.*/ - gpio_direction_output(37, 0); - platform_add_devices(imote2_devices, ARRAY_SIZE(imote2_devices)); pxa2xx_set_spi_info(1, &pxa_ssp_master_0_info); |