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:40 +0530
committerTom Rini <trini@ti.com>2013-07-26 16:39:11 -0400
commitf986d9720836433ded29f06c8f5aed462bd20924 (patch)
tree23056ff782102e41e96ff70b0209fdd5161e589a /arch/arm/include/asm/omap_common.h
parent65e9d56fb9ce9cfd7ffff7afaa6b7de50e400e06 (diff)
downloadtalos-obmc-uboot-f986d9720836433ded29f06c8f5aed462bd20924.tar.gz
talos-obmc-uboot-f986d9720836433ded29f06c8f5aed462bd20924.zip
ARM: DRA7xx: Enable GMAC clock control
Enabling CPSW module by enabling GMAC clock control 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 ad27db2a94..2c5bd1ab75 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -340,6 +340,10 @@ struct prcm_regs {
/* SCRM stuff, used by some boards */
u32 scrm_auxclk0;
u32 scrm_auxclk1;
+
+ /* GMAC Clk Ctrl */
+ u32 cm_gmac_gmac_clkctrl;
+ u32 cm_gmac_clkstctrl;
};
struct omap_sys_ctrl_regs {
OpenPOWER on IntegriCloud