diff mbox

[1/2] ARM: at91: at91sam9g45: set default mmc pinctrl-names

Message ID 1385128193-9963-1-git-send-email-ludovic.desroches@atmel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ludovic Desroches Nov. 22, 2013, 1:49 p.m. UTC
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(+)

Comments

Jean-Christophe PLAGNIOL-VILLARD Nov. 22, 2013, 6:33 p.m. UTC | #1
On 14:49 Fri 22 Nov     , ludovic.desroches@atmel.com wrote:
> 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>
on both Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.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
>
Nicolas Ferre Dec. 2, 2013, 8:39 a.m. UTC | #2
On 22/11/2013 14:49, ludovic.desroches@atmel.com :
> 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>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

and queued in at91-3.14-dt.

Thanks, bye,

> ---
>   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>;
>
diff mbox

Patch

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