Hi Werner, This patch enables 1A charging current. In the kernel/uboot, the drawing of USB current should be determined the configuration of USB device status setting.
Cheers, Matt
Index: u-boot/board/neo1973/gta02/pcf50633.c =================================================================== --- u-boot.orig/board/neo1973/gta02/pcf50633.c 2008-01-22 15:00:13.000000000 +0800 +++ u-boot/board/neo1973/gta02/pcf50633.c 2008-01-22 20:51:20.000000000 +0800 @@ -107,7 +107,7 @@ [PCF50633_REG_MBCC2] = 0x28, /* Vbatconid=2.7V, Vmax=4.20V */ [PCF50633_REG_MBCC3] = 0x19, /* 25/255 == 98mA pre-charge */ [PCF50633_REG_MBCC4] = 0xff, /* 255/255 == 1A adapter fast */ - [PCF50633_REG_MBCC5] = 0x7f, /* 127/255 == 500mA usb fast */ + [PCF50633_REG_MBCC5] = 0xff, /* 255/255 == 1A usb fast */ [PCF50633_REG_MBCC6] = 0x00, /* cutoff current 1/32 * Ichg */ [PCF50633_REG_MBCC7] = 0x00, /* 1.6A max bat curr, USB 100mA */ [PCF50633_REG_MBCC8] = 0x00,
