linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux
@ 2014-08-14 22:19 Simon Horman
  2014-08-24 18:23 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2014-08-14 22:19 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

On r8a7791, i2c6 (aka iic3) doesn't need pinmux, but the koelsch dts
refers to non-existent pinmux configuration data:

pinmux core: sh-pfc does not support function i2c6
sh-pfc e6060000.pfc: invalid function i2c6 in map table

Remove it to fix this.

Fixes: commit 1d41f36a68c0f4e9b01d563ce33bab5201858b54 ("ARM: shmobile:
       koelsch dts: Add VDD MPU regulator for DVFS")

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 7 -------
 1 file changed, 7 deletions(-)

Hi Olof, Arnd, Kevin,

please consider this as a fix for v3.17.

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 23486c0..be59014 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -275,11 +275,6 @@
 		renesas,function = "msiof0";
 	};
 
-	i2c6_pins: i2c6 {
-		renesas,groups = "i2c6";
-		renesas,function = "i2c6";
-	};
-
 	usb0_pins: usb0 {
 		renesas,groups = "usb0";
 		renesas,function = "usb0";
@@ -420,8 +415,6 @@
 };
 
 &i2c6 {
-	pinctrl-names = "default";
-	pinctrl-0 = <&i2c6_pins>;
 	status = "okay";
 	clock-frequency = <100000>;
 
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux
  2014-08-14 22:19 [PATCH] ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux Simon Horman
@ 2014-08-24 18:23 ` Olof Johansson
  2014-08-25  1:19   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2014-08-24 18:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 15, 2014 at 07:19:10AM +0900, Simon Horman wrote:
> From: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> On r8a7791, i2c6 (aka iic3) doesn't need pinmux, but the koelsch dts
> refers to non-existent pinmux configuration data:
> 
> pinmux core: sh-pfc does not support function i2c6
> sh-pfc e6060000.pfc: invalid function i2c6 in map table
> 
> Remove it to fix this.
> 
> Fixes: commit 1d41f36a68c0f4e9b01d563ce33bab5201858b54 ("ARM: shmobile:
>        koelsch dts: Add VDD MPU regulator for DVFS")
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>  arch/arm/boot/dts/r8a7791-koelsch.dts | 7 -------
>  1 file changed, 7 deletions(-)
> 
> Hi Olof, Arnd, Kevin,
> 
> please consider this as a fix for v3.17.

Applied.


-Olof

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux
  2014-08-24 18:23 ` Olof Johansson
@ 2014-08-25  1:19   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-08-25  1:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Aug 24, 2014 at 11:23:44AM -0700, Olof Johansson wrote:
> On Fri, Aug 15, 2014 at 07:19:10AM +0900, Simon Horman wrote:
> > From: Geert Uytterhoeven <geert+renesas@glider.be>
> > 
> > On r8a7791, i2c6 (aka iic3) doesn't need pinmux, but the koelsch dts
> > refers to non-existent pinmux configuration data:
> > 
> > pinmux core: sh-pfc does not support function i2c6
> > sh-pfc e6060000.pfc: invalid function i2c6 in map table
> > 
> > Remove it to fix this.
> > 
> > Fixes: commit 1d41f36a68c0f4e9b01d563ce33bab5201858b54 ("ARM: shmobile:
> >        koelsch dts: Add VDD MPU regulator for DVFS")
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >  arch/arm/boot/dts/r8a7791-koelsch.dts | 7 -------
> >  1 file changed, 7 deletions(-)
> > 
> > Hi Olof, Arnd, Kevin,
> > 
> > please consider this as a fix for v3.17.
> 
> Applied.

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-25  1:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 22:19 [PATCH] ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux Simon Horman
2014-08-24 18:23 ` Olof Johansson
2014-08-25  1:19   ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).