提交 ea25525c 编写于 作者: L Ludovic Desroches 提交者: Nicolas Ferre

ARM: at91/dt: sama5d4ek: mci0 uses slot 0

Mci0 uses slot 0 not 1.
Signed-off-by: NLudovic Desroches <ludovic.desroches@atmel.com>
Fixes: 7a475267 ("ARM: at91: dt: add device tree file for SAMA5D4ek board")
Cc: stable@vger.kernel.org
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 87835a4b
......@@ -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>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册