From: Matwey V. Kornilov Date: Mon, 29 Jul 2019 09:18:19 +0000 (+0300) Subject: rockchip: rk3328: enable DMA for MMCs at Rock64 X-Git-Tag: v2019.10-rc2~12^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=16593ccd07afdbb24a937eac4ea7e16269ff51e0;p=oweals%2Fu-boot.git rockchip: rk3328: enable DMA for MMCs at Rock64 DMA for MMCs can be enabled, since the previous patch fixes the following issue in SPL: Trying to boot from MMC1 spl: mmc init failed with error: -110 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ### Signed-off-by: Matwey V. Kornilov Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3328-rock64-u-boot.dtsi b/arch/arm/dts/rk3328-rock64-u-boot.dtsi index b077436cbc..928911f6a6 100644 --- a/arch/arm/dts/rk3328-rock64-u-boot.dtsi +++ b/arch/arm/dts/rk3328-rock64-u-boot.dtsi @@ -25,10 +25,8 @@ &emmc { u-boot,dm-pre-reloc; - fifo-mode; }; &sdmmc { u-boot,dm-pre-reloc; - fifo-mode; };