"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rockchip: rk3128: Use fifo-mode for MMC controllers

MMC controllers in RK3128 do not have the IDMAC feature and instead use PL330
for DMA which is unsupported by u-boot, thus we can use them in fifo-mode only.

Signed-off-by: Alex Bee <knaerzche@gmail.com>

+8
+8
arch/arm/dts/rk3128-u-boot.dtsi
··· 14 14 bootph-all; 15 15 }; 16 16 17 + &emmc { 18 + fifo-mode; 19 + }; 20 + 17 21 &grf { 18 22 bootph-all; 19 23 }; 24 + 25 + &sdmmc { 26 + fifo-mode; 27 + };