[U-Boot] [PATCH] ARM: dts: i.MX6QDL: icore-rqs: Fix eMMC detection during SPL
Jagan Teki
jagannadh.teki at gmail.com
Sat Feb 24 16:15:26 UTC 2018
Stefano,
On Wed, Feb 21, 2018 at 6:35 PM, Jagan Teki <jagannadh.teki at gmail.com> wrote:
> usdhc4 has eMMC on icore-rqs boards, SPL is not detecting
> it becuase of u-boot,dm-spl flag so add it to make eMMC working.
>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
> ---
> arch/arm/dts/imx6qdl-icore-rqs.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/dts/imx6qdl-icore-rqs.dtsi b/arch/arm/dts/imx6qdl-icore-rqs.dtsi
> index 816cdce2f3..1623838490 100644
> --- a/arch/arm/dts/imx6qdl-icore-rqs.dtsi
> +++ b/arch/arm/dts/imx6qdl-icore-rqs.dtsi
> @@ -114,6 +114,7 @@
> };
>
> &usdhc4 {
> + u-boot,dm-spl;
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_usdhc4>;
> no-1-8-v;
> @@ -183,6 +184,7 @@
> };
>
> pinctrl_usdhc4: usdhc4grp {
> + u-boot,dm-spl;
Please take this fix for the release, sorry to not inform on other mail.
More information about the U-Boot
mailing list