diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-03-29 21:20:29 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-04-15 10:13:17 -0600 |
commit | 35d1b6dc08b6b1ed39ce5039df731ec0032ba6b2 (patch) | |
tree | 5fe55025236d1737eac6827fa5615fd06ec79bf1 /arch/arm/dts/rk3399-puma.dts | |
parent | 504b9f1a5fa1c3c7efc8349907703986dcd4ed8a (diff) |
rockchip: dts: rk3399-puma: disable 'fifo-mode' in sdmmc
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/rk3399-puma.dts')
-rw-r--r-- | arch/arm/dts/rk3399-puma.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3399-puma.dts b/arch/arm/dts/rk3399-puma.dts index 917df1e609..71eb72d292 100644 --- a/arch/arm/dts/rk3399-puma.dts +++ b/arch/arm/dts/rk3399-puma.dts @@ -91,7 +91,6 @@ &sdmmc { u-boot,dm-pre-reloc; bus-width = <4>; - fifo-mode; /* until we fix DMA in SPL */ status = "okay"; }; |