public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] rockchip: rk3399: enable spl-fifo-mode for sdmmc
@ 2020-04-15  3:25 Deepak Das
  2020-04-15 13:00 ` Philipp Tomsich
  0 siblings, 1 reply; 3+ messages in thread
From: Deepak Das @ 2020-04-15  3:25 UTC (permalink / raw)
  To: u-boot

adapting commit fa2047c47310 ("rockchip: rk3328: enable spl-fifo-mode
for emmc and sdmmc") for rk3399.
Since mmc to sram can't do dma, add patch to prevent aborts transferring
TF-A parts.

Signed-off-by: Deepak Das <deepakdas.linux@gmail.com>
---
 arch/arm/dts/rk3399-u-boot.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi
index 8b857ccfc7..3ad824450e 100644
--- a/arch/arm/dts/rk3399-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-u-boot.dtsi
@@ -84,6 +84,9 @@
 
 &sdmmc {
 	u-boot,dm-pre-reloc;
+
+	/* mmc to sram can't do dma, prevent aborts transferring TF-A parts */
+	u-boot,spl-fifo-mode;
 };
 
 &spi1 {
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-16 11:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15  3:25 [PATCH] rockchip: rk3399: enable spl-fifo-mode for sdmmc Deepak Das
2020-04-15 13:00 ` Philipp Tomsich
2020-04-16 11:18   ` Deepak Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox