All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mx28evk: Add I2C support
Date: Mon, 7 May 2012 18:09:45 +0200	[thread overview]
Message-ID: <201205071809.45567.marex@denx.de> (raw)
In-Reply-To: <1336405354-15410-1-git-send-email-fabio.estevam@freescale.com>

Dear Fabio Estevam,

> Add I2C support.
> 
> Tested by placing a 24LC16 EEPROM into the U50 slot which comes empty from
> factory.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Acked-by: Marek Vasut <marex@denx.de>

> ---
>  board/freescale/mx28evk/iomux.c |    3 +++
>  include/configs/mx28evk.h       |    8 ++++++++
>  2 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/board/freescale/mx28evk/iomux.c
> b/board/freescale/mx28evk/iomux.c index 396761b..4201097 100644
> --- a/board/freescale/mx28evk/iomux.c
> +++ b/board/freescale/mx28evk/iomux.c
> @@ -138,6 +138,9 @@ const iomux_cfg_t iomux_setup[] = {
>  	MX28_PAD_SSP2_MISO__SSP2_D0 | MUX_CONFIG_SSP2,
>  	MX28_PAD_SSP2_SS0__SSP2_D3 |
>  		(MXS_PAD_3V3 | MXS_PAD_8MA | MXS_PAD_PULLUP),
> +	/* I2C */
> +	MX28_PAD_I2C0_SCL__I2C0_SCL,
> +	MX28_PAD_I2C0_SDA__I2C0_SDA,
>  };
> 
>  void board_init_ll(void)
> diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
> index b165285..26e24e2 100644
> --- a/include/configs/mx28evk.h
> +++ b/include/configs/mx28evk.h
> @@ -67,6 +67,7 @@
>  #define CONFIG_CMD_SF
>  #define CONFIG_CMD_SPI
>  #define CONFIG_CMD_USB
> +#define CONFIG_CMD_I2C
> 
>  /*
>   * Memory configurations
> @@ -179,6 +180,13 @@
>  #define	CONFIG_USB_STORAGE
>  #endif
> 
> +/* I2C */
> +#ifdef CONFIG_CMD_I2C
> +#define CONFIG_I2C_MXS
> +#define CONFIG_HARD_I2C
> +#define CONFIG_SYS_I2C_SPEED	400000
> +#endif
> +
>  /*
>   * SPI
>   */

Best regards,
Marek Vasut

  reply	other threads:[~2012-05-07 16:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-07 15:42 [U-Boot] [PATCH] mx28evk: Add I2C support Fabio Estevam
2012-05-07 16:09 ` Marek Vasut [this message]
2012-06-21 19:57 ` Wolfgang Denk

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=201205071809.45567.marex@denx.de \
    --to=marex@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.