Skip to content

Commit

Permalink
[ARM] pxa/imote2: Remove redundant pin entry for nCS.
Browse files Browse the repository at this point in the history
Also remove a trailing whitespace while being there.

Signed-off-by: Stefan Schmidt <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
  • Loading branch information
Stefan-Schmidt authored and ericmiao committed Mar 1, 2010
1 parent d496936 commit 0925e2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mach-pxa/imote2.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@ static unsigned long imote2_pin_config[] __initdata = {
GPIO116_GPIO, /* CC_CCA */
GPIO0_GPIO, /* CC_FIFOP */
GPIO16_GPIO, /* CCSFD */
GPIO39_GPIO, /* CSn */
GPIO115_GPIO, /* Power enable */

/* I2C */
GPIO117_I2C_SCL,
GPIO118_I2C_SDA,

/* SSP 3 - 802.15.4 radio */
GPIO39_GPIO, /* Chip Select */
GPIO39_GPIO, /* Chip Select */
GPIO34_SSP3_SCLK,
GPIO35_SSP3_TXD,
GPIO41_SSP3_RXD,
Expand Down

0 comments on commit 0925e2f

Please sign in to comment.