From: Sascha Hauer <s.hauer@pengutronix.de>
To: Liu Ying <Ying.Liu@freescale.com>
Cc: grant.likely@secretlab.ca, rob.herring@calxeda.com,
rob@landley.net, linux@arm.linux.org.uk, w.sang@pengutronix.de,
shawn.guo@linaro.org, linus.walleij@linaro.org,
linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-i2c@vger.kernel.org, liu.y.victor@gmail.com
Subject: Re: [PATCH 2/2] ARM: dts: imx51-babbage: Add at24c512b eeprom support
Date: Wed, 23 Jan 2013 08:30:59 +0100 [thread overview]
Message-ID: <20130123073059.GP1906@pengutronix.de> (raw)
In-Reply-To: <1358922764-31654-2-git-send-email-Ying.Liu@freescale.com>
On Wed, Jan 23, 2013 at 02:32:44PM +0800, Liu Ying wrote:
> This patch adds at24c512b i2c device to the device tree
> along with the necessary i2c device node and pinctrl
> settings for i2c bus.
> The eeprom chip is populated on the accessory board of
> the imx51-babbage board.
Given that it's optional should the binding be here anyway? I don't have
this accessory board and this may conflict with the boards other people
have connected on this port.
Sascha
>
> Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
> ---
> arch/arm/boot/dts/imx51-babbage.dts | 12 ++++++++++++
> arch/arm/boot/dts/imx51.dtsi | 9 +++++++++
> 2 files changed, 21 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts
> index 567e7ee..4f0fc75 100644
> --- a/arch/arm/boot/dts/imx51-babbage.dts
> +++ b/arch/arm/boot/dts/imx51-babbage.dts
> @@ -241,6 +241,18 @@
> };
> };
>
> + i2c@83fc8000 { /* I2C1 */
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_i2c1_1>;
> + status = "okay";
> +
> + at24@50 {
> + compatible = "at24,24c512b";
> + pagesize = <128>;
> + reg = <0x50>;
> + };
> + };
> +
> audmux@83fd0000 {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_audmux_1>;
> diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
> index 1f5d45e..6495c69 100644
> --- a/arch/arm/boot/dts/imx51.dtsi
> +++ b/arch/arm/boot/dts/imx51.dtsi
> @@ -311,6 +311,15 @@
> };
> };
>
> + i2c1 {
> + pinctrl_i2c1_1: i2c1grp-1 {
> + fsl,pins = <
> + 4 0x400001ed /* MX51_PAD_EIM_D16__I2C1_SDA */
> + 23 0x400001ed /* MX51_PAD_EIM_D19__I2C1_SCL */
> + >;
> + };
> + };
> +
> i2c2 {
> pinctrl_i2c2_1: i2c2grp-1 {
> fsl,pins = <
> --
> 1.7.1
>
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2013-01-23 7:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-23 6:32 [PATCH 1/2] misc/at24: Add at24c512b eeprom support Liu Ying
[not found] ` <1358922764-31654-1-git-send-email-Ying.Liu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2013-01-23 6:32 ` [PATCH 2/2] ARM: dts: imx51-babbage: " Liu Ying
2013-01-23 7:30 ` Sascha Hauer [this message]
2013-01-23 7:51 ` Liu Ying
[not found] ` <CA+8Hj80ceGEUtzfvvEuH7ZftWGydzd9pHK_FxfE59WBxOst4rQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-23 7:55 ` Sascha Hauer
2013-01-23 7:59 ` Liu Ying
2013-01-23 12:24 ` [PATCH 1/2] misc/at24: " Linus Walleij
2013-01-23 12:50 ` Wolfram Sang
2013-01-23 13:40 ` Liu Ying
[not found] ` <CA+8Hj80=Mk1gMSC9gcRT_XPFrEdRxifaB9FNMtkn3BkUkv9bGA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-23 13:49 ` Wolfram Sang
2013-01-23 14:08 ` Liu Ying
[not found] ` <CA+8Hj83n+pC+a6bYOOH1b61DTqSjpKsxyKDgDL2pCRKxTq4EXg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-23 14:14 ` Wolfram Sang
2013-01-23 14:23 ` Liu Ying
2013-01-24 14:41 ` Linus Walleij
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=20130123073059.GP1906@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=Ying.Liu@freescale.com \
--cc=grant.likely@secretlab.ca \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=liu.y.victor@gmail.com \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
--cc=shawn.guo@linaro.org \
--cc=w.sang@pengutronix.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