mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
imx233: disable half fets on boot
This might cause freeze if the power supply is not able to cope with the demand Change-Id: I231142327fcad2096c18d3c8872ac8b6ee24f69c
This commit is contained in:
parent
fb35f06bf5
commit
96125e84f1
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ void INT_VDD5V(void)
|
|||
|
||||
void imx233_power_init(void)
|
||||
{
|
||||
BF_CLR(POWER_MINPWR, HALF_FETS);
|
||||
/* setup vbusvalid parameters: set threshold to 4v and power up comparators */
|
||||
BF_CLR(POWER_5VCTRL, VBUSVALID_TRSH);
|
||||
BF_SETV(POWER_5VCTRL, VBUSVALID_TRSH, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue