Re: [U-Boot] [PATCH] ARM: dts: i.MX6QDL: icore-rqs: Fix eMMC detection during SPL

2018-02-24 Thread Stefano Babic
On 24/02/2018 17:15, Jagan Teki wrote: > Stefano, > > On Wed, Feb 21, 2018 at 6:35 PM, Jagan Teki 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

Re: [U-Boot] [PATCH] ARM: dts: i.MX6QDL: icore-rqs: Fix eMMC detection during SPL

2018-02-24 Thread Jagan Teki
Stefano, On Wed, Feb 21, 2018 at 6:35 PM, Jagan Teki 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 > --- >

[U-Boot] [PATCH] ARM: dts: i.MX6QDL: icore-rqs: Fix eMMC detection during SPL

2018-02-21 Thread Jagan Teki
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 --- arch/arm/dts/imx6qdl-icore-rqs.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git