diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-07-08 16:04:39 +0530 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-26 16:39:11 -0400 |
commit | 65e9d56fb9ce9cfd7ffff7afaa6b7de50e400e06 (patch) | |
tree | 2e94e0403d687c369e9b38e10bb23ee4e3747331 /arch/arm/include | |
parent | 454ac635257f78a369015bde7795ddf979d64e12 (diff) | |
download | u-boot-imx-65e9d56fb9ce9cfd7ffff7afaa6b7de50e400e06.zip u-boot-imx-65e9d56fb9ce9cfd7ffff7afaa6b7de50e400e06.tar.gz u-boot-imx-65e9d56fb9ce9cfd7ffff7afaa6b7de50e400e06.tar.bz2 |
ARM: DRA7xx: Lock DPLL_GMAC
Locking DPLL_GMAC
[mugunthanvnm@ti.com:Configure only if CPSW is selected]
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/omap_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index b56e949..ad27db2 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -73,6 +73,7 @@ struct prcm_regs { u32 cm_ssc_deltamstep_dpll_ddrphy; u32 cm_clkmode_dpll_dsp; u32 cm_shadow_freq_config1; + u32 cm_clkmode_dpll_gmac; u32 cm_mpu_mpu_clkctrl; /* cm1.dsp */ @@ -483,6 +484,7 @@ struct dplls { const struct dpll_params *iva; const struct dpll_params *usb; const struct dpll_params *ddr; + const struct dpll_params *gmac; }; struct pmic_data { |