aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Desroches <[email protected]>2015-05-28 11:55:16 +0200
committerNicolas Ferre <[email protected]>2015-06-04 11:49:12 +0200
commitea25525ce0d195724fead07fe6562fe478a3bf6f (patch)
treef3a376ea4c237d971ddee3cd8c9c2b4db3f6ed85
parent87835a4baf41c41d599d4d60987f2dc0f291e611 (diff)
ARM: at91/dt: sama5d4ek: mci0 uses slot 0
Mci0 uses slot 0 not 1. Signed-off-by: Ludovic Desroches <[email protected]> Fixes: 7a4752677c44 ("ARM: at91: dt: add device tree file for SAMA5D4ek board") Cc: [email protected] Signed-off-by: Nicolas Ferre <[email protected]>
-rw-r--r--arch/arm/boot/dts/at91-sama5d4ek.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts
index c8be7f82cf8c..d782f2926b73 100644
--- a/arch/arm/boot/dts/at91-sama5d4ek.dts
+++ b/arch/arm/boot/dts/at91-sama5d4ek.dts
@@ -109,8 +109,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>;
};