All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap: rx51: Add bq27200 battery platform data
@ 2010-08-15  6:12 Luke-Jr
  2010-08-16  8:10 ` Jarkko Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Luke-Jr @ 2010-08-15  6:12 UTC (permalink / raw)
  To: Anton Vorontsov, linux-omap, David Woodhouse

[-- Attachment #1: Type: Text/Plain, Size: 672 bytes --]

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
---
 arch/arm/mach-omap2/board-rx51-peripherals.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
index 0348392..4131cc6 100644
--- a/arch/arm/mach-omap2/board-rx51-peripherals.c
+++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
@@ -731,6 +731,9 @@ static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = {
 	{
 		I2C_BOARD_INFO("tlv320aic3x", 0x18),
 	},
+	{
+		I2C_BOARD_INFO("bq27200", 0x55),
+	},
 };
 
 static int __init rx51_i2c_init(void)
-- 
1.7.1

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-16 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-15  6:12 [PATCH] omap: rx51: Add bq27200 battery platform data Luke-Jr
2010-08-16  8:10 ` Jarkko Nikula
2010-08-16 13:57   ` [PATCHv2] " Luke-Jr
2010-08-16 14:01     ` Felipe Balbi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.