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 mmc ip doesn't support internal dma
transfer mode. So set fifo mode as default.

Signed-off-by: Paweł Jarosz 
Acked-by: Simon Glass 
Acked-by: Philipp Tomsich 
---
arch/arm/dts/rk3xxx.dtsi | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm/dts/rk3xxx.dtsi b/arch/arm/dts/rk3xxx.dtsi
index 6d9e36d..4a32e27 100644
--- a/arch/arm/dts/rk3xxx.dtsi
+++ b/arch/arm/dts/rk3xxx.dtsi
@@ -192,6 +192,7 @@
clocks = < HCLK_SDMMC>, < SCLK_SDMMC>;
clock-names = "biu", "ciu";
fifo-depth = <256>;
+   fifo-mode;
status = "disabled";
};

@@ -202,6 +203,7 @@
clocks = < HCLK_SDIO>, < SCLK_SDIO>;
clock-names = "biu", "ciu";
fifo-depth = <256>;
+   fifo-mode;
status = "disabled";
};

@@ -212,6 +214,7 @@
clocks = < HCLK_EMMC>, < SCLK_EMMC>;
clock-names = "biu", "ciu";
fifo-depth = <256>;
+   fifo-mode;
status = "disabled";
};



___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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(+)
> 

Acked-by: Philipp Tomsich 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot