summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/omap_common.h
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2013-07-08 16:04:41 +0530
committerTom Rini <trini@ti.com>2013-07-26 16:39:11 -0400
commitb1e26e3bfb1d53d4fd713a2a5f11b7ddf2bcaeec (patch)
treeec8659574c4ec9856cf3287afed07ec16a5796f2 /arch/arm/include/asm/omap_common.h
parentf986d9720836433ded29f06c8f5aed462bd20924 (diff)
downloadtalos-obmc-uboot-b1e26e3bfb1d53d4fd713a2a5f11b7ddf2bcaeec.tar.gz
talos-obmc-uboot-b1e26e3bfb1d53d4fd713a2a5f11b7ddf2bcaeec.zip
ARM: DRA7xx: Add CPSW support to DRA7xx EVM
Adding support for CPSW Ethernet support found in DRA7xx EVM Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r--arch/arm/include/asm/omap_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index 2c5bd1ab75..66f416f99c 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -348,6 +348,10 @@ struct prcm_regs {
struct omap_sys_ctrl_regs {
u32 control_status;
+ u32 control_core_mac_id_0_lo;
+ u32 control_core_mac_id_0_hi;
+ u32 control_core_mac_id_1_lo;
+ u32 control_core_mac_id_1_hi;
u32 control_std_fuse_opp_vdd_mpu_2;
u32 control_core_mmr_lock1;
u32 control_core_mmr_lock2;
OpenPOWER on IntegriCloud