[ARM] pxa/em-x270: change power supply name to "battery"
Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.miao@marvell.com>
This commit is contained in:
parent
2f15cb594e
commit
3690a0f426
|
@ -1013,7 +1013,7 @@ struct led_info em_x270_led_info = {
|
|||
};
|
||||
|
||||
struct power_supply_info em_x270_psy_info = {
|
||||
.name = "LP555597P6H-FPS",
|
||||
.name = "battery",
|
||||
.technology = POWER_SUPPLY_TECHNOLOGY_LIPO,
|
||||
.voltage_max_design = 4200000,
|
||||
.voltage_min_design = 3000000,
|
||||
|
|
Loading…
Reference in New Issue