Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231271
b: refs/heads/master
c: 77e7bc6
h: refs/heads/master
i:
  231269: 2a38b5a
  231267: 287d44e
  231263: d15f3ff
v: v3
  • Loading branch information
Yong Shen authored and Grant Likely committed Jan 13, 2011
1 parent 19655ef commit f22e662
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50c01fc355c6a97c511d58411f9bc0e4b8fc4659
refs/heads/master: 77e7bc6194655c36d43707ea53b4f86d1f1c8cf5
4 changes: 2 additions & 2 deletions trunk/drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ config SPI_IMX_VER_0_4
def_bool y if ARCH_MX31

config SPI_IMX_VER_0_7
def_bool y if ARCH_MX25 || ARCH_MX35 || ARCH_MX51
def_bool y if ARCH_MX25 || ARCH_MX35 || ARCH_MX51 || ARCH_MX53

config SPI_IMX_VER_2_3
def_bool y if ARCH_MX51
def_bool y if ARCH_MX51 || ARCH_MX53

config SPI_IMX
tristate "Freescale i.MX SPI controllers"
Expand Down
6 changes: 6 additions & 0 deletions trunk/drivers/spi/spi_imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,12 @@ static struct platform_device_id spi_imx_devtype[] = {
}, {
.name = "imx51-ecspi",
.driver_data = SPI_IMX_VER_2_3,
}, {
.name = "imx53-cspi",
.driver_data = SPI_IMX_VER_0_7,
}, {
.name = "imx53-ecspi",
.driver_data = SPI_IMX_VER_2_3,
}, {
/* sentinel */
}
Expand Down

0 comments on commit f22e662

Please sign in to comment.