mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
omap4: do not enable fs-usb module
If this is done in the bootloader, the FS-USB will later be stuck into intransition state, which will prevent the device from entering idle. Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
parent
954211cb8c
commit
71ee921de0
1 changed files with 0 additions and 2 deletions
|
@ -376,7 +376,6 @@ void enable_basic_clocks(void)
|
||||||
&prcm->cm_l4per_gptimer2_clkctrl,
|
&prcm->cm_l4per_gptimer2_clkctrl,
|
||||||
&prcm->cm_wkup_wdtimer2_clkctrl,
|
&prcm->cm_wkup_wdtimer2_clkctrl,
|
||||||
&prcm->cm_l4per_uart3_clkctrl,
|
&prcm->cm_l4per_uart3_clkctrl,
|
||||||
&prcm->cm_l3init_fsusb_clkctrl,
|
|
||||||
&prcm->cm_l3init_hsusbhost_clkctrl,
|
&prcm->cm_l3init_hsusbhost_clkctrl,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
@ -503,7 +502,6 @@ void enable_non_essential_clocks(void)
|
||||||
&prcm->cm_dss_dss_clkctrl,
|
&prcm->cm_dss_dss_clkctrl,
|
||||||
&prcm->cm_sgx_sgx_clkctrl,
|
&prcm->cm_sgx_sgx_clkctrl,
|
||||||
&prcm->cm_l3init_hsusbhost_clkctrl,
|
&prcm->cm_l3init_hsusbhost_clkctrl,
|
||||||
&prcm->cm_l3init_fsusb_clkctrl,
|
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue