diff options
author | Ilya Yanok <yanok@emcraft.com> | 2011-11-28 06:37:35 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-06 23:59:36 +0100 |
commit | b9e65a797bea224c786e3dcd936a9ffc08d24aef (patch) | |
tree | 2d128c91abc576a6e9c499bbe0f89059344349fb /arch/arm/include/asm/arch-omap3/am35x_def.h | |
parent | 80deda5d8e02c7e58dd4e037d754d72a8e1a99ae (diff) |
AM35xx: add EMAC support
AM35xx has DaVinci-compatible EMAC.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/am35x_def.h')
-rw-r--r-- | arch/arm/include/asm/arch-omap3/am35x_def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/am35x_def.h b/arch/arm/include/asm/arch-omap3/am35x_def.h index 81942a8063..bbaf1bc97b 100644 --- a/arch/arm/include/asm/arch-omap3/am35x_def.h +++ b/arch/arm/include/asm/arch-omap3/am35x_def.h @@ -32,6 +32,9 @@ #ifndef __KERNEL_STRICT_NAMES #ifndef __ASSEMBLY__ +/* IP_SW_RESET bits */ +#define CPGMACSS_SW_RST (1 << 1) /* reset CPGMAC */ + /* General register mappings of system control module */ #define AM35X_SCM_GEN_BASE 0x48002270 struct am35x_scm_general { |