diff options
| author | Mugunthan V N <mugunthanvnm@ti.com> | 2013-07-08 16:04:40 +0530 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-07-26 16:39:11 -0400 | 
| commit | f986d9720836433ded29f06c8f5aed462bd20924 (patch) | |
| tree | 23056ff782102e41e96ff70b0209fdd5161e589a /arch/arm/include/asm/omap_common.h | |
| parent | 65e9d56fb9ce9cfd7ffff7afaa6b7de50e400e06 (diff) | |
| download | olio-uboot-2014.01-f986d9720836433ded29f06c8f5aed462bd20924.tar.xz olio-uboot-2014.01-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.h | 4 | 
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 ad27db2a9..2c5bd1ab7 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 { |