]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91/dt: sama5d4ek: mci0 uses slot 0
authorLudovic Desroches <ludovic.desroches@atmel.com>
Thu, 28 May 2015 09:55:16 +0000 (11:55 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 4 Jun 2015 09:49:12 +0000 (11:49 +0200)
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")
Cc: stable@vger.kernel.org
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91-sama5d4ek.dts

index c8be7f82cf8c6ae56f32c057362269bf71b074c8..d782f2926b73928a350bf8ecc0a01dbb24ea0735 100644 (file)
                        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>;
                                };