diff options
| author | Mugunthan V N <[email protected]> | 2013-07-08 16:04:40 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-07-26 16:39:11 -0400 |
| commit | f986d9720836433ded29f06c8f5aed462bd20924 (patch) | |
| tree | 23056ff782102e41e96ff70b0209fdd5161e589a /arch/arm/include | |
| parent | 65e9d56fb9ce9cfd7ffff7afaa6b7de50e400e06 (diff) | |
ARM: DRA7xx: Enable GMAC clock control
Enabling CPSW module by enabling GMAC clock control
Signed-off-by: Mugunthan V N <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -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 ad27db2a943..2c5bd1ab75d 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 { |
