diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-08-22 23:43:25 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-08-22 23:43:25 +0200 |
| commit | 96125e84f1d45393bfd50a1b58d4a0950c46e0bc (patch) | |
| tree | 74509172bd0cbc9e539c2d78e344156e891178d0 | |
| parent | fb35f06bf5812a3256b7313b78d39e8fec112fe8 (diff) | |
| download | rockbox-96125e84f1d45393bfd50a1b58d4a0950c46e0bc.zip rockbox-96125e84f1d45393bfd50a1b58d4a0950c46e0bc.tar.gz rockbox-96125e84f1d45393bfd50a1b58d4a0950c46e0bc.tar.bz2 rockbox-96125e84f1d45393bfd50a1b58d4a0950c46e0bc.tar.xz | |
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
| -rw-r--r-- | firmware/target/arm/imx233/power-imx233.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/power-imx233.c b/firmware/target/arm/imx233/power-imx233.c index ccbd12b..9972a21 100644 --- a/firmware/target/arm/imx233/power-imx233.c +++ b/firmware/target/arm/imx233/power-imx233.c @@ -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); |