Commit 60d23a83 authored by Vikram Pandita's avatar Vikram Pandita Committed by Tony Lindgren

Enable TWL4030 BCI for LDP platform

Add TWL4030 BCI Battery for 3430 LDP platform
Signed-off-by: default avatarVikram Pandita <vikram.pandita@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 28eb902e
...@@ -65,6 +65,7 @@ obj-$(CONFIG_MACH_OMAP3_BEAGLE) += board-omap3beagle.o \ ...@@ -65,6 +65,7 @@ obj-$(CONFIG_MACH_OMAP3_BEAGLE) += board-omap3beagle.o \
hsmmc.o hsmmc.o
obj-$(CONFIG_MACH_OMAP_LDP) += board-ldp.o \ obj-$(CONFIG_MACH_OMAP_LDP) += board-ldp.o \
hsmmc.o \ hsmmc.o \
bci.o \
usb-musb.o usb-musb.o
obj-$(CONFIG_MACH_OMAP_APOLLON) += board-apollon.o \ obj-$(CONFIG_MACH_OMAP_APOLLON) += board-apollon.o \
board-apollon-mmc.o \ board-apollon-mmc.o \
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/board-ldp.h>
#include <mach/mcspi.h> #include <mach/mcspi.h>
#include <mach/gpio.h> #include <mach/gpio.h>
#include <mach/board.h> #include <mach/board.h>
...@@ -230,6 +231,7 @@ static void __init omap_ldp_init(void) ...@@ -230,6 +231,7 @@ static void __init omap_ldp_init(void)
spi_register_board_info(ldp_spi_board_info, spi_register_board_info(ldp_spi_board_info,
ARRAY_SIZE(ldp_spi_board_info)); ARRAY_SIZE(ldp_spi_board_info));
ads7846_dev_init(); ads7846_dev_init();
twl4030_bci_battery_init();
omap_serial_init(); omap_serial_init();
usb_musb_init(); usb_musb_init();
hsmmc_init(); hsmmc_init();
......
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
#ifndef __ASM_ARCH_OMAP_LDP_H #ifndef __ASM_ARCH_OMAP_LDP_H
#define __ASM_ARCH_OMAP_LDP_H #define __ASM_ARCH_OMAP_LDP_H
extern void twl4030_bci_battery_init(void);
#define TWL4030_IRQNUM INT_34XX_SYS_NIRQ #define TWL4030_IRQNUM INT_34XX_SYS_NIRQ
#endif /* __ASM_ARCH_OMAP_LDP_H */ #endif /* __ASM_ARCH_OMAP_LDP_H */
...@@ -72,7 +72,7 @@ config BATTERY_BQ27200 ...@@ -72,7 +72,7 @@ config BATTERY_BQ27200
config TWL4030_BCI_BATTERY config TWL4030_BCI_BATTERY
tristate "OMAP TWL4030 BCI Battery driver" tristate "OMAP TWL4030 BCI Battery driver"
depends on (MACH_OMAP_2430SDP || MACH_OMAP_3430SDP) && TWL4030_MADC depends on (MACH_OMAP_2430SDP || MACH_OMAP_3430SDP || MACH_OMAP_LDP) && TWL4030_MADC
default y default y
help help
Support for OMAP TWL4030 BCI Battery driver. Support for OMAP TWL4030 BCI Battery driver.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment