Date:2012-03-20 23:23:28 (11 years 11 months ago)
Author:Maarten ter Huurne
Commit:675a9cd72397648932e8c736abb45b6e614f2116
Message:MIPS: A320: Tweak battery empty/full voltages.

These voltages depend on the exact battery and its age, but I think the new
values will more closely match reality for more people. At least they are
based on measurements now and not just educated guesses.
Files: arch/mips/jz4740/board-a320.c (1 diff)

Change Details

arch/mips/jz4740/board-a320.c
234234    .info = {
235235        .name = "battery",
236236        .technology = POWER_SUPPLY_TECHNOLOGY_LIPO,
237        .voltage_max_design = 4200000,
238        .voltage_min_design = 3600000,
237        .voltage_max_design = 4150000,
238        .voltage_min_design = 3450000,
239239    },
240240};
241241

Archive Download the corresponding diff file



interactive