Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step | Hans de Goede | 2014-10-13 | -1/+1 |
| | | | | | | | | | | Currently uboot wrongly uses 25mV / step for dcdc3, this is a copy and paste error introduced when adding the axp152_mvolt_to_target during review of the axp152.c driver. This results in u-boot setting Vddr to 2.3V instead of 1.5V. This commit fixes this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> | |||
* | sunxi: Add axp152 pmic support | Hans de Goede | 2014-07-18 | -0/+97 |
Add support for the x-powers axp152 pmic which is found on most A10s boards and enable it for the r7-tv-dongle board. Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net> Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> |