linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: at91: dt: sama5d4ek: mci0 uses slot 0
@ 2015-05-28  9:55 Ludovic Desroches
  2015-06-04  8:06 ` Nicolas Ferre
  0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Desroches @ 2015-05-28  9:55 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, linux-kernel
  Cc: nicolas.ferre, alexandre.belloni, plagnioj, Ludovic Desroches

mci0 uses slot 0 not 1.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Fixes: 7a4752677c44 ("ARM: at91: dt: add device tree file for SAMA5D4ek
board")
---
 arch/arm/boot/dts/at91-sama5d4ek.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts
index 89ef4a5..45e7761 100644
--- a/arch/arm/boot/dts/at91-sama5d4ek.dts
+++ b/arch/arm/boot/dts/at91-sama5d4ek.dts
@@ -108,8 +108,8 @@
 			mmc0: mmc@f8000000 {
 				pinctrl-names = "default";
 				pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_cd>;
-				slot@1 {
-					reg = <1>;
+				slot@0 {
+					reg = <0>;
 					bus-width = <4>;
 					cd-gpios = <&pioE 5 0>;
 				};
-- 
2.2.0


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

* Re: [PATCH] ARM: at91: dt: sama5d4ek: mci0 uses slot 0
  2015-05-28  9:55 [PATCH] ARM: at91: dt: sama5d4ek: mci0 uses slot 0 Ludovic Desroches
@ 2015-06-04  8:06 ` Nicolas Ferre
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2015-06-04  8:06 UTC (permalink / raw)
  To: Ludovic Desroches, linux-arm-kernel, devicetree, linux-kernel
  Cc: alexandre.belloni, plagnioj

Le 28/05/2015 11:55, Ludovic Desroches a écrit :
> mci0 uses slot 0 not 1.
> 
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> Fixes: 7a4752677c44 ("ARM: at91: dt: add device tree file for SAMA5D4ek
> board")

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

Queued in at91-4.2-dt.

Thanks, bye.

> ---
>  arch/arm/boot/dts/at91-sama5d4ek.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts
> index 89ef4a5..45e7761 100644
> --- a/arch/arm/boot/dts/at91-sama5d4ek.dts
> +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts
> @@ -108,8 +108,8 @@
>  			mmc0: mmc@f8000000 {
>  				pinctrl-names = "default";
>  				pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_cd>;
> -				slot@1 {
> -					reg = <1>;
> +				slot@0 {
> +					reg = <0>;
>  					bus-width = <4>;
>  					cd-gpios = <&pioE 5 0>;
>  				};
> 


-- 
Nicolas Ferre

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

end of thread, other threads:[~2015-06-04  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-28  9:55 [PATCH] ARM: at91: dt: sama5d4ek: mci0 uses slot 0 Ludovic Desroches
2015-06-04  8:06 ` Nicolas Ferre

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).