提交 e367817a 编写于 作者: F Fabio Estevam 提交者: Shawn Guo

ARM: dts: imx6qdl-sabresd: SDHC ports are 8 bit-wide

On imx6qdl-sabresd the SDHC2 and SDHC3 are 8 bit-wide, so pass the bus-width
property to reflect that.

Otherwise the mmc driver will operate with the default bus-width value of 4.
Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 93e2ca02
...@@ -229,6 +229,7 @@ ...@@ -229,6 +229,7 @@
&usdhc2 { &usdhc2 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc2_1>; pinctrl-0 = <&pinctrl_usdhc2_1>;
bus-width = <8>;
cd-gpios = <&gpio2 2 0>; cd-gpios = <&gpio2 2 0>;
wp-gpios = <&gpio2 3 0>; wp-gpios = <&gpio2 3 0>;
status = "okay"; status = "okay";
...@@ -237,6 +238,7 @@ ...@@ -237,6 +238,7 @@
&usdhc3 { &usdhc3 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc3_1>; pinctrl-0 = <&pinctrl_usdhc3_1>;
bus-width = <8>;
cd-gpios = <&gpio2 0 0>; cd-gpios = <&gpio2 0 0>;
wp-gpios = <&gpio2 1 0>; wp-gpios = <&gpio2 1 0>;
status = "okay"; status = "okay";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册