From: Steve Sakoman <steve@sakoman.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] omap2: i2c: add syss offset
Date: Wed, 18 Aug 2010 20:28:56 -0700 [thread overview]
Message-ID: <1282188536.2052.83.camel@quadra> (raw)
In-Reply-To: <1282178349-24593-3-git-send-email-nm@ti.com>
On Wed, 2010-08-18 at 19:39 -0500, Nishanth Menon wrote:
> OMAP2420 ES2.3 trm defines syss register offset as 0x10. Add it.
>
> Cc: Steve Sakoman <steve@sakoman.com>
> Cc: Heiko <hs@denx.de>
> Cc: Sandeep Paulraj <s-paulraj@ti.com>
> Cc: Wolfang Denk <wd@denx.de>
>
> Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Steve Sakoman <steve@sakoman.com>
Steve
> ---
> arch/arm/include/asm/arch-omap24xx/i2c.h | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-omap24xx/i2c.h b/arch/arm/include/asm/arch-omap24xx/i2c.h
> index 19046aa..418a432 100644
> --- a/arch/arm/include/asm/arch-omap24xx/i2c.h
> +++ b/arch/arm/include/asm/arch-omap24xx/i2c.h
> @@ -36,7 +36,9 @@ struct i2c {
> unsigned short stat; /* 0x08 */
> unsigned short res3;
> unsigned short iv; /* 0x0C */
> - unsigned short res4[3];
> + unsigned short res4;
> + unsigned short syss; /* 0x10 */
> + unsigned short res4p1;
> unsigned short buf; /* 0x14 */
> unsigned short res5;
> unsigned short cnt; /* 0x18 */
next prev parent reply other threads:[~2010-08-19 3:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Commit d708395d breaks omap2420h4 board...>
2010-08-19 0:39 ` [U-Boot] [PATCH 0/3] omap2: i2c: minor cleanup Nishanth Menon
2010-08-19 3:28 ` Steve Sakoman
2010-08-23 6:29 ` [U-Boot] Pull request: u-boot-i2c Heiko Schocher
2010-08-26 6:37 ` [U-Boot] Pull request v2: u-boot-i2c Heiko Schocher
2010-09-07 19:39 ` Wolfgang Denk
2010-08-19 0:39 ` [U-Boot] [PATCH 1/3] i2c: omap2+: change header guard to be generic Nishanth Menon
2010-08-19 3:29 ` Steve Sakoman
2010-08-19 0:39 ` [U-Boot] [PATCH 2/3] omap2: i2c: add syss offset Nishanth Menon
2010-08-19 3:28 ` Steve Sakoman [this message]
2010-08-19 0:39 ` [U-Boot] [PATCH 3/3] omap2: i2c: remove redundant header definitions Nishanth Menon
2010-08-19 3:30 ` Steve Sakoman
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=1282188536.2052.83.camel@quadra \
--to=steve@sakoman.com \
--cc=u-boot@lists.denx.de \
/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