iPod Classic: set initial USB current limit to 500mA

Change-Id: Ie56951457e45da04d8e93b53f5cc8f80f9a69de3
This commit is contained in:
Cástor Muñoz 2015-12-17 03:33:48 +01:00
parent 5c67ebbc33
commit ead38dbc9d

View file

@ -73,7 +73,7 @@ void power_init(void)
| (0xe << 12) /* route D- to ADC2: off */
| (0x0 << 16) /* USB related input, POL pin ??? */
| (0x0 << 20) /* USB related input, !CHRG pin ??? */
| (0xe << 24) /* HPWR: 100mA */
| (0xf << 24) /* HPWR: 500mA */
| (0xe << 28); /* USB suspend: off */
PCONC = (PCONC & 0xffff0000)