From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] ARM: shmobile: r8a7790: lager: use iic cores instead of i2c
Date: Fri, 11 Jul 2014 08:50:11 +0000 [thread overview]
Message-ID: <20140711085011.GE12420@verge.net.au> (raw)
In-Reply-To: <1404989456-2716-1-git-send-email-wsa@the-dreams.de>
On Thu, Jul 10, 2014 at 12:50:56PM +0200, Wolfram Sang wrote:
> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> On Lager board, i2c and iic cores can be interchanged since they can be
> muxed to the same wires. Commit e489c2a9bc82713167d9f721ca764f4b0d37e543
> ("ARM: shmobile: lager: enable i2c devices") activated the i2c cores,
> yet the iic cores should be default since they have the more interesting
> features for generic use cases, i.e. SMBUS_QUICK and DMA (yet to be
> supported).
>
> Reported-by: Khiem Nguyen <khiem.nguyen.xt@renesas.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>
> This applies on top of renesas-devel-v3.16-rc4-20140709 with "[PATCH v2] ARM:
> shmobile: Lager: Correct I2C bus for VDD MPU regulator" applied. Both patches
> should go into v3.16 IMO, otherwise the bus numbering change will be visible
> for end users (i2c busses are 0-3, iic are 4-7 as mentioned in the hardware
> manuals).
Thanks.
I have queued this up for v3.17 rather than v3.16 as I do not believe
there are any i2c (or iic) nodes present or scheduled for inclusion in
this file in v3.16: I checked v3.16-rc4.
> arch/arm/boot/dts/r8a7790-lager.dts | 22 +++++++++++-----------
> 1 file changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
> index ffe0523ff16f..856b4236b674 100644
> --- a/arch/arm/boot/dts/r8a7790-lager.dts
> +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> @@ -205,14 +205,14 @@
> renesas,function = "msiof1";
> };
>
> - i2c1_pins: i2c1 {
> - renesas,groups = "i2c1";
> - renesas,function = "i2c1";
> + iic1_pins: iic1 {
> + renesas,groups = "iic1";
> + renesas,function = "iic1";
> };
>
> - i2c2_pins: i2c2 {
> - renesas,groups = "i2c2";
> - renesas,function = "i2c2";
> + iic2_pins: iic2 {
> + renesas,groups = "iic2";
> + renesas,function = "iic2";
> };
>
> iic3_pins: iic3 {
> @@ -352,19 +352,19 @@
> cpu0-supply = <&vdd_dvfs>;
> };
>
> -&i2c0 {
> +&iic0 {
> status = "ok";
> };
>
> -&i2c1 {
> +&iic1 {
> status = "ok";
> - pinctrl-0 = <&i2c1_pins>;
> + pinctrl-0 = <&iic1_pins>;
> pinctrl-names = "default";
> };
>
> -&i2c2 {
> +&iic2 {
> status = "ok";
> - pinctrl-0 = <&i2c2_pins>;
> + pinctrl-0 = <&iic2_pins>;
> pinctrl-names = "default";
> };
>
> --
> 2.0.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2014-07-11 8:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-10 10:50 [PATCH] ARM: shmobile: r8a7790: lager: use iic cores instead of i2c Wolfram Sang
2014-07-11 8:50 ` Simon Horman [this message]
2014-07-13 13:43 ` Wolfram Sang
2014-07-15 4:17 ` Simon Horman
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=20140711085011.GE12420@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-sh@vger.kernel.org \
/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