aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorMike Rapoport <mike@compulab.co.il>2009-05-12 09:31:15 -0400
committerEric Miao <eric.y.miao@gmail.com>2009-06-04 22:50:24 -0400
commit3690a0f4266127557524501c680760b1e6cb55d0 (patch)
tree85f5210d0b5200c50f7c39733c7c4fc8c24ec021 /arch/arm
parent2f15cb594e0c17177bd79ead9234cc6806954e6f (diff)
[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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-pxa/em-x270.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/em-x270.c b/arch/arm/mach-pxa/em-x270.c
index 65e8dbad06b3..35a12038dc0b 100644
--- a/arch/arm/mach-pxa/em-x270.c
+++ b/arch/arm/mach-pxa/em-x270.c
@@ -1013,7 +1013,7 @@ struct led_info em_x270_led_info = {
1013}; 1013};
1014 1014
1015struct power_supply_info em_x270_psy_info = { 1015struct power_supply_info em_x270_psy_info = {
1016 .name = "LP555597P6H-FPS", 1016 .name = "battery",
1017 .technology = POWER_SUPPLY_TECHNOLOGY_LIPO, 1017 .technology = POWER_SUPPLY_TECHNOLOGY_LIPO,
1018 .voltage_max_design = 4200000, 1018 .voltage_max_design = 4200000,
1019 .voltage_min_design = 3000000, 1019 .voltage_min_design = 3000000,