diff options
| author | Troy Kisky <[email protected]> | 2012-02-07 14:08:46 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-02-27 21:19:24 +0100 |
| commit | 28774cbaacaa8aeb87a5aa079a0699bb44fb773f (patch) | |
| tree | 42edb8f7287bbe547eb5ef76bc0daacff8702eba /arch/arm/include | |
| parent | 7c0e483d3f3f0b7fc48e337bec41779bafe70f66 (diff) | |
net: fec_mxc: add 1000 Mbps selection
Define FEC_QUIRK_ENET_MAC and add to
arch-mx6/imx-regs.h
Signed-off-by: Troy Kisky <[email protected]>
Acked-by: Dirk Behme <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/imx-regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index 3b5fd25e363..6b7589b78a3 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -163,6 +163,7 @@ #define CHIP_REV_1_0 0x10 #define IRAM_SIZE 0x00040000 #define IMX_IIM_BASE OCOTP_BASE_ADDR +#define FEC_QUIRK_ENET_MAC #define GPIO_NUMBER(port, index) ((((port)-1)*32)+((index)&31)) #define GPIO_TO_PORT(number) (((number)/32)+1) |
