mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
dm3730: enable dpll5
which is used to provide 120MHz to USB EHCI This allows EHCI to work on BeagleBoard XM Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
parent
3ecfa9525c
commit
31c8598425
@ -579,6 +579,7 @@ void prcm_init(void)
|
|||||||
|
|
||||||
dpll3_init_36xx(0, clk_index);
|
dpll3_init_36xx(0, clk_index);
|
||||||
dpll4_init_36xx(0, clk_index);
|
dpll4_init_36xx(0, clk_index);
|
||||||
|
dpll5_init_34xx(0, clk_index);
|
||||||
iva_init_36xx(0, clk_index);
|
iva_init_36xx(0, clk_index);
|
||||||
mpu_init_36xx(0, clk_index);
|
mpu_init_36xx(0, clk_index);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user