From: Mike Rapoport <mike@compulab.co.il>
To: linux-omap@vger.kernel.org
Cc: Yulia Vilensky <vilensky@compulab.co.il>,
Mike Rapoport <mike@compulab.co.il>
Subject: Re: [PATCH] OMAP3: cm-t35: enable ds2786 battery gas gauge
Date: Thu, 22 Apr 2010 10:32:13 +0300 [thread overview]
Message-ID: <4BCFFB7D.8030509@compulab.co.il> (raw)
In-Reply-To: <1271919966-12366-1-git-send-email-mike@compulab.co.il>
Please discard. Sorry for the noise.
Mike Rapoport wrote:
> From: Yulia Vilensky <vilensky@compulab.co.il>
>
> This patch depends on ds2786 patch [1], but it does not break anything
> even without the ds2786 battery support.
>
> [1] http://lkml.org/lkml/2010/4/22/48
>
> --
> Signed-off-by: Yulia Vilensky <vilensky@compulab.co.il>
> Signed-off-by: Mike Rapoport <mike@compulab.co.il>
> ---
> arch/arm/mach-omap2/board-cm-t35.c | 13 +++++++++++++
> 1 files changed, 13 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
> index 2de4f79..c28e7bb 100644
> --- a/arch/arm/mach-omap2/board-cm-t35.c
> +++ b/arch/arm/mach-omap2/board-cm-t35.c
> @@ -687,10 +687,23 @@ static struct i2c_board_info __initdata cm_t35_i2c_boardinfo[] = {
> },
> };
>
> +#define DS2786_RSNS 18 /* Constant sense resistor value */
> +
> +static int cm_t35_ds2786_rsns_val = DS2786_RSNS;
> +
> +static struct i2c_board_info __initdata cm_t35_i2c3_boardinfo[] = {
> + {
> + I2C_BOARD_INFO("ds2786", 0x36),
> + .platform_data = &cm_t35_ds2786_rsns_val,
> + },
> +};
> +
> static void __init cm_t35_init_i2c(void)
> {
> omap_register_i2c_bus(1, 2600, cm_t35_i2c_boardinfo,
> ARRAY_SIZE(cm_t35_i2c_boardinfo));
> + omap_register_i2c_bus(3, 400, cm_t35_i2c3_boardinfo,
> + ARRAY_SIZE(cm_t35_i2c3_boardinfo));
> }
>
> static struct omap_board_config_kernel cm_t35_config[] __initdata = {
--
Sincerely yours,
Mike.
prev parent reply other threads:[~2010-04-22 7:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-22 7:06 [PATCH] OMAP3: cm-t35: enable ds2786 battery gas gauge Mike Rapoport
2010-04-22 7:32 ` Mike Rapoport [this message]
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=4BCFFB7D.8030509@compulab.co.il \
--to=mike@compulab.co.il \
--cc=linux-omap@vger.kernel.org \
--cc=vilensky@compulab.co.il \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox