All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: at91: at91sam9g45: set default mmc pinctrl-names
@ 2013-11-22 13:49 ludovic.desroches at atmel.com
  2013-11-22 13:49 ` [PATCH 2/2] ARM: at91: at91sam9g45: add i2c pinctrl ludovic.desroches at atmel.com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ludovic.desroches at atmel.com @ 2013-11-22 13:49 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ludovic Desroches <ludovic.desroches@atmel.com>

pinctrl-names property was missing from mmc nodes.

Cc: <stable@vger.kernel.org> #3.11+
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
---
 arch/arm/boot/dts/at91sam9g45.dtsi |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi
index c3e5148..cf7de80 100644
--- a/arch/arm/boot/dts/at91sam9g45.dtsi
+++ b/arch/arm/boot/dts/at91sam9g45.dtsi
@@ -618,6 +618,7 @@
 				compatible = "atmel,hsmci";
 				reg = <0xfff80000 0x600>;
 				interrupts = <11 IRQ_TYPE_LEVEL_HIGH 0>;
+				pinctrl-names = "default";
 				dmas = <&dma 1 AT91_DMA_CFG_PER_ID(0)>;
 				dma-names = "rxtx";
 				#address-cells = <1>;
@@ -629,6 +630,7 @@
 				compatible = "atmel,hsmci";
 				reg = <0xfffd0000 0x600>;
 				interrupts = <29 IRQ_TYPE_LEVEL_HIGH 0>;
+				pinctrl-names = "default";
 				dmas = <&dma 1 AT91_DMA_CFG_PER_ID(13)>;
 				dma-names = "rxtx";
 				#address-cells = <1>;
-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-02  8:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22 13:49 [PATCH 1/2] ARM: at91: at91sam9g45: set default mmc pinctrl-names ludovic.desroches at atmel.com
2013-11-22 13:49 ` [PATCH 2/2] ARM: at91: at91sam9g45: add i2c pinctrl ludovic.desroches at atmel.com
2013-11-22 18:33 ` [PATCH 1/2] ARM: at91: at91sam9g45: set default mmc pinctrl-names Jean-Christophe PLAGNIOL-VILLARD
2013-12-02  8:39 ` Nicolas Ferre

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.