rockchip: mmc: get the fifo mode and fifo depth property from dts
authorhuang lin <hl@rock-chips.com>
Tue, 17 Nov 2015 06:20:24 +0000 (14:20 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
commit2863724831a37b7ef84ba7490c4d41e678191b03
tree71afc979a9d991d27340742304a566cead3458da
parentace2198b7c54b3078f537255eb215ec5819cd0c8
rockchip: mmc: get the fifo mode and fifo depth property from dts

rk3036 mmc do not have internal dma, so we use fifo mode when read
and write data, we get the fifo mode and fifo depth property from
dts, pass to dw_mmc driver.

Signed-off-by: Lin Huang <hl@rock-chips.com>
arch/arm/dts/rk3036.dtsi
drivers/mmc/rockchip_dw_mmc.c