Re: [U-Boot] [U-Boot, 09/13] rockchip: dts: set fifo mode as default for mmc

2017-07-04 Thread Philipp Tomsich
This would be a change from the upstream DTSI file in Linux, which we should try to avoid if possible. Please handle this the same way as in Linux and fall back to fifo-mode based on the transfer-mode bits [17:16] in HCON. On Tue, 6 Jun 2017, Paweł Jarosz wrote: rk3066 and rk3188 designware

Re: [U-Boot] [U-Boot, 09/13] rockchip: dts: set fifo mode as default for mmc

2017-06-25 Thread Philipp Tomsich
> rk3066 and rk3188 designware mmc ip doesn't support internal dma > transfer mode. So set fifo mode as default. > > Signed-off-by: Paweł Jarosz > Acked-by: Simon Glass > --- > arch/arm/dts/rk3xxx.dtsi | 3 +++ > 1 file changed, 3 insertions(+) >