Re: [U-Boot] [PATCH 4/6] ARM: imx: novena: Convert block devices to DM

2019-05-05 Thread Vagrant Cascadian
On 2019-05-06, Marek Vasut wrote: > Enable DM block, DM MMC and DM SATA support on iMX6Q Novena > convert board code to match the DM support. Tested booting from MMC and SATA. SATA performance was *much* faster, too! Thanks! Tested-by: Vagrant Cascadian live well, vagrant > Signed-off-by:

[U-Boot] [PATCH 4/6] ARM: imx: novena: Convert block devices to DM

2019-05-05 Thread Marek Vasut
Enable DM block, DM MMC and DM SATA support on iMX6Q Novena convert board code to match the DM support. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic Cc: Vagrant Cascadian --- arch/arm/dts/imx6q-novena.dts | 5 ++ board/kosagi/novena/novena.c | 107