mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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>
This commit is contained in:
parent
454ac63525
commit
65e9d56fb9
4 changed files with 32 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue