Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212665
b: refs/heads/master
c: c0f832b
h: refs/heads/master
i:
  212663: 3981e3b
v: v3
  • Loading branch information
Eric Bénard authored and Sascha Hauer committed Oct 19, 2010
1 parent 13f6284 commit 720b8ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: d24d96e05565c9bd81becba695131b0144c01707
refs/heads/master: c0f832bca9672831fc5bdab1a0f93f80592dac4c
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-mx3/mach-pcm037_eet.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include "pcm037.h"
#include "devices.h"
#include "devices-imx31.h"

static unsigned int pcm037_eet_pins[] = {
/* Reserve and hardwire GPIO 57 high - S6E63D6 chipselect */
Expand Down Expand Up @@ -181,7 +182,7 @@ static int eet_init_devices(void)
/* SPI */
spi_register_board_info(pcm037_spi_dev, ARRAY_SIZE(pcm037_spi_dev));
#if defined(CONFIG_SPI_IMX) || defined(CONFIG_SPI_IMX_MODULE)
imx35_add_spi_imx0(&pcm037_spi1_pdata);
imx31_add_spi_imx0(&pcm037_spi1_pdata);
#endif

platform_device_register(&pcm037_gpio_keys_device);
Expand Down

0 comments on commit 720b8ab

Please sign in to comment.