Skip to content
Snippets Groups Projects
Commit 31c85984 authored by Eric Benard's avatar Eric Benard Committed by Albert ARIBAUD
Browse files

dm3730: enable dpll5


which is used to provide 120MHz to USB EHCI
This allows EHCI to work on BeagleBoard XM

Signed-off-by: default avatarEric Bénard <eric@eukrea.com>
Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent 3ecfa952
No related branches found
No related tags found
No related merge requests found
......@@ -579,6 +579,7 @@ void prcm_init(void)
dpll3_init_36xx(0, clk_index);
dpll4_init_36xx(0, clk_index);
dpll5_init_34xx(0, clk_index);
iva_init_36xx(0, clk_index);
mpu_init_36xx(0, clk_index);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment