All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: i.MX25: define SSI FIFO depth
@ 2018-03-06 21:58 ` Martin Kaiser
  0 siblings, 0 replies; 20+ messages in thread
From: Martin Kaiser @ 2018-03-06 21:58 UTC (permalink / raw)
  To: linux-arm-kernel

According to the i.MX25 reference manuals, each SSI has four FIFOs. All
of those FIFOs can store up to 15 entries.

The fsl_ssi driver's internal default for the FIFO depth in 8. Set our
non-default FIFO depth explicitly in the Device Tree.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
---
 arch/arm/boot/dts/imx25.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
index 9725705..cf70df2 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -269,6 +269,7 @@
 				dmas = <&sdma 24 1 0>,
 				       <&sdma 25 1 0>;
 				dma-names = "rx", "tx";
+				fsl,fifo-depth = <15>;
 				status = "disabled";
 			};
 
@@ -329,6 +330,7 @@
 				dmas = <&sdma 28 1 0>,
 				       <&sdma 29 1 0>;
 				dma-names = "rx", "tx";
+				fsl,fifo-depth = <15>;
 				status = "disabled";
 			};
 
-- 
2.1.4

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

end of thread, other threads:[~2018-03-12  7:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-06 21:58 [PATCH] ARM: dts: i.MX25: define SSI FIFO depth Martin Kaiser
2018-03-06 21:58 ` Martin Kaiser
2018-03-06 22:04 ` Fabio Estevam
2018-03-06 22:04   ` Fabio Estevam
2018-03-08 15:11 ` Lothar Waßmann
2018-03-08 15:11   ` Lothar Waßmann
2018-03-08 15:11   ` Lothar Waßmann
2018-03-08 15:38   ` Martin Kaiser
2018-03-08 15:38     ` Martin Kaiser
2018-03-08 15:38     ` Martin Kaiser
2018-03-09  8:37     ` Lothar Waßmann
2018-03-09  8:37       ` Lothar Waßmann
2018-03-09  9:25       ` Martin Kaiser
2018-03-09  9:25         ` Martin Kaiser
2018-03-09  9:27       ` Lucas Stach
2018-03-09  9:27         ` Lucas Stach
2018-03-09 15:40         ` Lothar Waßmann
2018-03-09 15:40           ` Lothar Waßmann
2018-03-12  7:24 ` Shawn Guo
2018-03-12  7:24   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.