* mx6qsabresd: Adding eMMC suport
@ 2013-11-18 14:49 Fabio Estevam
2013-11-19 2:49 ` Dong Aisheng
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2013-11-18 14:49 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
When I add support to esdhc4 port, which is connected to a eMMC on mx6qsabresd:
--- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
@@ -229,6 +229,10 @@
pinctrl_usdhc3: usdhc3grp {
fsl,pins = <MX6QDL_USDHC3_PINGRP1>;
};
+
+ pinctrl_usdhc4: usdhc4grp {
+ fsl,pins = <MX6QDL_USDHC4_PINGRP1>;
+ };
};
};
@@ -304,3 +308,11 @@
wp-gpios = <&gpio2 1 0>;
status = "okay";
};
+
+&usdhc4 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usdhc4>;
+ bus-width = <8>;
+ non-removable;
+ status = "okay";
+};
I get the following:
mmc2: Timeout waiting for hardware interrupt.
mmcblk1boot1: unknown partition table
mmc2: Timeout waiting for hardware interrupt.
mmcblk1boot0: unknown partition table
The boots proceeds until the end, but there is a big delay due to the
above messages.
Does anything special need to be done in order to support eMMC?
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 2+ messages in thread
* mx6qsabresd: Adding eMMC suport
2013-11-18 14:49 mx6qsabresd: Adding eMMC suport Fabio Estevam
@ 2013-11-19 2:49 ` Dong Aisheng
0 siblings, 0 replies; 2+ messages in thread
From: Dong Aisheng @ 2013-11-19 2:49 UTC (permalink / raw)
To: linux-arm-kernel
Hi Fabio,
On Mon, Nov 18, 2013 at 12:49:27PM -0200, Fabio Estevam wrote:
> Hi,
>
> When I add support to esdhc4 port, which is connected to a eMMC on mx6qsabresd:
>
> --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> @@ -229,6 +229,10 @@
> pinctrl_usdhc3: usdhc3grp {
> fsl,pins = <MX6QDL_USDHC3_PINGRP1>;
> };
> +
> + pinctrl_usdhc4: usdhc4grp {
> + fsl,pins = <MX6QDL_USDHC4_PINGRP1>;
> + };
> };
> };
>
> @@ -304,3 +308,11 @@
> wp-gpios = <&gpio2 1 0>;
> status = "okay";
> };
> +
> +&usdhc4 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_usdhc4>;
> + bus-width = <8>;
> + non-removable;
> + status = "okay";
> +};
>
> I get the following:
>
> mmc2: Timeout waiting for hardware interrupt.
> mmcblk1boot1: unknown partition table
> mmc2: Timeout waiting for hardware interrupt.
> mmcblk1boot0: unknown partition table
>
> The boots proceeds until the end, but there is a big delay due to the
> above messages.
>
> Does anything special need to be done in order to support eMMC?
>
It's already fixed but still not in Chris' tree.
Please refer to:
http://comments.gmane.org/gmane.linux.kernel.mmc/23339
Regards
Dong Aisheng
> Regards,
>
> Fabio Estevam
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-19 2:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-18 14:49 mx6qsabresd: Adding eMMC suport Fabio Estevam
2013-11-19 2:49 ` Dong Aisheng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).