All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Luke-Jr" <luke@dashjr.org>
To: Anton Vorontsov <cbou@mail.ru>,
	linux-omap@vger.kernel.org, David Woodhouse <dwmw2@infradead.org>
Subject: [PATCH] omap: rx51: Add bq27200 battery platform data
Date: Sun, 15 Aug 2010 01:12:10 -0500	[thread overview]
Message-ID: <201008150112.30128.luke@dashjr.org> (raw)

[-- 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 --]

             reply	other threads:[~2010-08-15  6:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-15  6:12 Luke-Jr [this message]
2010-08-16  8:10 ` [PATCH] omap: rx51: Add bq27200 battery platform data Jarkko Nikula
2010-08-16 13:57   ` [PATCHv2] " Luke-Jr
2010-08-16 14:01     ` Felipe Balbi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201008150112.30128.luke@dashjr.org \
    --to=luke@dashjr.org \
    --cc=cbou@mail.ru \
    --cc=dwmw2@infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.