mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 19:14:30 +08:00
[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 = {
|
struct power_supply_info em_x270_psy_info = {
|
||||||
.name = "LP555597P6H-FPS",
|
.name = "battery",
|
||||||
.technology = POWER_SUPPLY_TECHNOLOGY_LIPO,
|
.technology = POWER_SUPPLY_TECHNOLOGY_LIPO,
|
||||||
.voltage_max_design = 4200000,
|
.voltage_max_design = 4200000,
|
||||||
.voltage_min_design = 3000000,
|
.voltage_min_design = 3000000,
|
||||||
|
Loading…
Reference in New Issue
Block a user