All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Blackfin: bf537-stamp: fix I2C board defines
Date: Thu, 19 Feb 2009 09:35:28 +0100	[thread overview]
Message-ID: <499D19D0.3040803@denx.de> (raw)
In-Reply-To: <1235024711-17444-1-git-send-email-vapier@gentoo.org>

Hello Mike,

Mike Frysinger wrote:
> The previous merge for cleaning up the I2C driver incorrectly reverted the
> CFG_xxx rename for some of the I2C defines.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  include/configs/bf537-stamp.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h
> index 27567fa..f6399a9 100644
> --- a/include/configs/bf537-stamp.h
> +++ b/include/configs/bf537-stamp.h
> @@ -308,8 +308,8 @@
>   */
>  #define CONFIG_HARD_I2C		1
>  #define CONFIG_BFIN_TWI_I2C	1
> -#define CFG_I2C_SPEED		50000
> -#define CFG_I2C_SLAVE		0
> +#define CONFIG_SYS_I2C_SPEED	50000
> +#define CONFIG_SYS_I2C_SLAVE	0
>  
>  #define CONFIG_EBIU_SDRRC_VAL  0x306
>  #define CONFIG_EBIU_SDGCTL_VAL 0x91114d
>   


This go through your tree, right? If so you have my

Signed-off-by: Heiko Schocher <hs@denx.de>

bye
Heiko

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany 

  reply	other threads:[~2009-02-19  8:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-19  6:25 [U-Boot] [PATCH] Blackfin: bf537-stamp: fix I2C board defines Mike Frysinger
2009-02-19  8:35 ` Heiko Schocher [this message]
2009-02-19 17:19   ` Mike Frysinger
2009-02-19 20:08     ` Wolfgang Denk
2009-02-19 20:56       ` Mike Frysinger
2009-02-20  6:40       ` Heiko Schocher

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=499D19D0.3040803@denx.de \
    --to=hs@denx.de \
    --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 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.