summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDavid Anders <x0132446@ti.com>2010-08-16 16:18:09 -0500
committerBryan Wu <bryan.wu@canonical.com>2010-08-26 21:45:58 +0800
commite935beb9bbb1de81c92d6870f6ae7fbd7dc5b647 (patch)
treec3dfdf3452655db68ed9e3c09ab8bf4dc05dac74 /arch
parent4cba4633b2c0cbe041f746c78668b4723a710634 (diff)
Remove unused BQI configuration
Remove BQI battery support which is not used on the PandaBoard. Signed-off-by: David Anders <x0132446@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/board-omap4panda.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index 69fe10b69313..6a761e3ec115 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -365,14 +365,6 @@ static struct twl4030_madc_platform_data panda_gpadc_data = {
.irq_line = 1,
};
-static struct twl4030_bci_platform_data panda_bci_data = {
- .monitoring_interval = 10,
- .max_charger_currentmA = 1500,
- .max_charger_voltagemV = 4560,
- .max_bat_voltagemV = 4200,
- .low_bat_voltagemV = 3300,
-};
-
static struct twl4030_platform_data panda_twldata = {
.irq_base = TWL6030_IRQ_BASE,
.irq_end = TWL6030_IRQ_END,
@@ -387,17 +379,11 @@ static struct twl4030_platform_data panda_twldata = {
.vaux2 = &panda_vaux2,
.vaux3 = &panda_vaux3,
.madc = &panda_gpadc_data,
- .bci = &panda_bci_data,
/* children */
.codec = &twl6040_codec,
};
-static struct bq2415x_platform_data panda_bqdata = {
- .max_charger_voltagemA = 4200,
- .max_charger_currentmA = 1550,
-};
-
static struct i2c_board_info __initdata panda_i2c_boardinfo[] = {
{
I2C_BOARD_INFO("twl6030", 0x48),
@@ -405,10 +391,6 @@ static struct i2c_board_info __initdata panda_i2c_boardinfo[] = {
.irq = OMAP44XX_IRQ_SYS_1N,
.platform_data = &panda_twldata,
},
- {
- I2C_BOARD_INFO("bq24156", 0x6a),
- .platform_data = &panda_bqdata,
- },
};
static struct omap_i2c_bus_board_data __initdata panda_i2c_bus_pdata;