diff options
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/iomux.h')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/iomux.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-mx6/iomux.h b/arch/arm/include/asm/arch-mx6/iomux.h index f4cfd4f92..ff13a1ea9 100644 --- a/arch/arm/include/asm/arch-mx6/iomux.h +++ b/arch/arm/include/asm/arch-mx6/iomux.h @@ -27,6 +27,11 @@  #define IOMUXC_GPR13_SATA_PHY_2_MASK	(0x1f<<2)  #define IOMUXC_GPR13_SATA_PHY_1_MASK	(3<<0) +#define IOMUX_GPR1_FEC_CLOCK_MUX1_SEL_MASK (0x3 << 17) +#define IOMUX_GPR1_FEC_CLOCK_MUX2_SEL_MASK (0x1 << 14) +#define IOMUX_GPR1_FEC_MASK    (IOMUX_GPR1_FEC_CLOCK_MUX1_SEL_MASK \ +				| IOMUX_GPR1_FEC_CLOCK_MUX2_SEL_MASK) +  #define IOMUXC_GPR13_SATA_PHY_8_RXEQ_0P5DB	(0<<24)  #define IOMUXC_GPR13_SATA_PHY_8_RXEQ_1P0DB	(1<<24)  #define IOMUXC_GPR13_SATA_PHY_8_RXEQ_1P5DB	(2<<24) |