提交 66c6b856 编写于 作者: A Anton Vorontsov 提交者: Kumar Gala

powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS

For yet unknown reason 4-bit mode doesn't work on MPC8569E-MDS boards,
so make 1-bit mode default. When we resolve the issue, u-boot will
remove sdhci,1-bit-only property from the device tree, while SDHCI
will still work with older u-boots.
Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 6cc7959f
...@@ -253,6 +253,7 @@ ...@@ -253,6 +253,7 @@
/* Filled in by U-Boot */ /* Filled in by U-Boot */
clock-frequency = <0>; clock-frequency = <0>;
status = "disabled"; status = "disabled";
sdhci,1-bit-only;
}; };
crypto@30000 { crypto@30000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册