Commit 2f745dde authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Anton Vorontsov

gta02: Set pcf50633 charger_reference_current_ma

This value is board-specific and is needed for calculations to set
charging current limit properly.
Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Acked-by: default avatarNelson Castillo <arhuaco@freaks-unidos.net>
Signed-off-by: default avatarPaul Fertser <fercerpav@gmail.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent c3297950
......@@ -268,6 +268,9 @@ struct pcf50633_platform_data gta02_pcf_pdata = {
.batteries = gta02_batteries,
.num_batteries = ARRAY_SIZE(gta02_batteries),
.charger_reference_current_ma = 1000,
.reg_init_data = {
[PCF50633_REGULATOR_AUTO] = {
.constraints = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment