diff mbox

ARM: shmobile: r8a7790: lager: use iic cores instead of i2c

Message ID 1404989456-2716-1-git-send-email-wsa@the-dreams.de (mailing list archive)
State Accepted
Commit cb9a2b12e0cb524022c9a81d8ed29f2453ec240d
Headers show

Commit Message

Wolfram Sang July 10, 2014, 10:50 a.m. UTC
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).

 arch/arm/boot/dts/r8a7790-lager.dts | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Comments

Simon Horman July 11, 2014, 8:50 a.m. UTC | #1
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
> 
--
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
Wolfram Sang July 13, 2014, 1:43 p.m. UTC | #2
> 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.

In case the i2c char driver is activated, the nodes in /dev will change
from i2c-{0-3} to i2c-{4-7}, too. I'll let you decide about the
importance of it :)
Simon Horman July 15, 2014, 4:17 a.m. UTC | #3
On Sun, Jul 13, 2014 at 03:43:57PM +0200, Wolfram Sang wrote:
> > 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.
> 
> In case the i2c char driver is activated, the nodes in /dev will change
> from i2c-{0-3} to i2c-{4-7}, too. I'll let you decide about the
> importance of it :)

Thanks, I think I am comfortable with that.
--
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
diff mbox

Patch

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";
 };