All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mvebu: adjust Armada XP DT spi muxing after pinctrl function rename
@ 2015-06-11 11:56 Thomas Petazzoni
  2015-06-17 13:43 ` Gregory CLEMENT
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2015-06-11 11:56 UTC (permalink / raw)
  To: linux-arm-kernel

Following the merge of "pinctrl: mvebu: armada-xp: rename spi to spi0"
by Linus Walleij, we need to adjust the Armada XP Device Tree
accordingly, by adjusting the pinctrl configuration for SPI pins.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/arm/boot/dts/armada-xp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi
index 013d63f..dba8d3f 100644
--- a/arch/arm/boot/dts/armada-xp.dtsi
+++ b/arch/arm/boot/dts/armada-xp.dtsi
@@ -289,7 +289,7 @@
 	spi0_pins: spi0-pins {
 		marvell,pins = "mpp36", "mpp37",
 			       "mpp38", "mpp39";
-		marvell,function = "spi";
+		marvell,function = "spi0";
 	};
 
 	uart2_pins: uart2-pins {
-- 
2.1.0

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

* [PATCH] ARM: mvebu: adjust Armada XP DT spi muxing after pinctrl function rename
  2015-06-11 11:56 [PATCH] ARM: mvebu: adjust Armada XP DT spi muxing after pinctrl function rename Thomas Petazzoni
@ 2015-06-17 13:43 ` Gregory CLEMENT
  0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2015-06-17 13:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Thomas, Arnd, Olof,

On 11/06/2015 13:56, Thomas Petazzoni wrote:
> Following the merge of "pinctrl: mvebu: armada-xp: rename spi to spi0"
> by Linus Walleij, we need to adjust the Armada XP Device Tree
> accordingly, by adjusting the pinctrl configuration for SPI pins.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>


applied on mvebu/dt with the hope that it could be merged for 4.2
in order to avoid breakage.


Thanks,

Gregory

> ---
>  arch/arm/boot/dts/armada-xp.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi
> index 013d63f..dba8d3f 100644
> --- a/arch/arm/boot/dts/armada-xp.dtsi
> +++ b/arch/arm/boot/dts/armada-xp.dtsi
> @@ -289,7 +289,7 @@
>  	spi0_pins: spi0-pins {
>  		marvell,pins = "mpp36", "mpp37",
>  			       "mpp38", "mpp39";
> -		marvell,function = "spi";
> +		marvell,function = "spi0";
>  	};
>  
>  	uart2_pins: uart2-pins {
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2015-06-17 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 11:56 [PATCH] ARM: mvebu: adjust Armada XP DT spi muxing after pinctrl function rename Thomas Petazzoni
2015-06-17 13:43 ` Gregory CLEMENT

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.