]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: mach-imx/mx27_3ds: Do not annotate the chip select as internal
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 22 Jun 2011 12:25:28 +0000 (09:25 -0300)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 23 Jun 2011 07:41:22 +0000 (09:41 +0200)
commitade6a08cc5bb857cdd66d3be68649f7f98ec4295
tree1287a23f447a5be10f0690f4af78ecda3e08f8a0
parent872aaf2c96cbe15833c30dca05cf28910290eb44
ARM: mach-imx/mx27_3ds: Do not annotate the chip select as internal

On the i.MX SPI driver the chipselect pins can be of the following types:

- internal: when the chipselect pin is used as a dedicated CS pin of the CSPI controller
- GPIO: a generic GPIO can be used as a chipselect funtion

On the mx27_3ds the SPI2 chip select is a GPIO, so don't annotate 'internal' in the chip select
definition.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/mach-mx27_3ds.c