Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231369
b: refs/heads/master
c: 6b2837d
h: refs/heads/master
i:
  231367: 97b36a7
v: v3
  • Loading branch information
Yong Shen authored and Sascha Hauer committed Jan 13, 2011
1 parent aa31fc0 commit 3a0fdad
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 467ae1e47fd44c44dd4972780c7a804f45be0fe8
refs/heads/master: 6b2837dc6d7f923bd622049823284b7277ff0558
12 changes: 10 additions & 2 deletions trunk/arch/arm/mach-mx5/board-mx53_evk.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#include <mach/iomux-mx53.h>

#define SMD_FEC_PHY_RST IMX_GPIO_NR(7, 6)
#define EVK_ECSPI1_CS0 IMX_GPIO_NR(3, 19)
#define EVK_ECSPI1_CS1 IMX_GPIO_NR(2, 30)
#define EVK_ECSPI1_CS0 IMX_GPIO_NR(2, 30)
#define EVK_ECSPI1_CS1 IMX_GPIO_NR(3, 19)

#include "crm_regs.h"
#include "devices-imx53.h"
Expand All @@ -54,6 +54,14 @@ static iomux_v3_cfg_t mx53_evk_pads[] = {
MX53_PAD_ATA_CS_1__UART3_RXD,
MX53_PAD_ATA_DA_1__UART3_CTS,
MX53_PAD_ATA_DA_2__UART3_RTS,

MX53_PAD_EIM_D16__CSPI1_SCLK,
MX53_PAD_EIM_D17__CSPI1_MISO,
MX53_PAD_EIM_D18__CSPI1_MOSI,

/* ecspi chip select lines */
MX53_PAD_EIM_EB2__GPIO_2_30,
MX53_PAD_EIM_D19__GPIO_3_19,
};

static const struct imxuart_platform_data mx53_evk_uart_pdata __initconst = {
Expand Down

0 comments on commit 3a0fdad

Please sign in to comment.