diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-07-02 16:58:50 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 10:49:43 +0200 |
commit | 3a462a624b7c77b783a32bc1b9415186370fbf03 (patch) | |
tree | f42913e95798c3d9a789a1609156598750fc4737 /arch/arm/boot/dts/imx6sx.dtsi | |
parent | ARM: dts: imx6sx: Fix sdma node (diff) | |
download | linux-3a462a624b7c77b783a32bc1b9415186370fbf03.tar.xz linux-3a462a624b7c77b783a32bc1b9415186370fbf03.zip |
ARM: dts: imx6sx: Pass the fsl,fifo-depth property
Like the other mx6 variants, we need to pass fsl,fifo-depth property in dtsi.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 29290780206a..92d48becdb45 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -306,6 +306,7 @@ clock-names = "ipg", "baud"; dmas = <&sdma 37 1 0>, <&sdma 38 1 0>; dma-names = "rx", "tx"; + fsl,fifo-depth = <15>; status = "disabled"; }; @@ -318,6 +319,7 @@ clock-names = "ipg", "baud"; dmas = <&sdma 41 1 0>, <&sdma 42 1 0>; dma-names = "rx", "tx"; + fsl,fifo-depth = <15>; status = "disabled"; }; @@ -330,6 +332,7 @@ clock-names = "ipg", "baud"; dmas = <&sdma 45 1 0>, <&sdma 46 1 0>; dma-names = "rx", "tx"; + fsl,fifo-depth = <15>; status = "disabled"; }; |