diff mbox

[1/3] arm: dts: imx6qdl, remove fsl,ssi-dma-events

Message ID 1398694356-22511-2-git-send-email-mpa@pengutronix.de (mailing list archive)
State New, archived
Headers show

Commit Message

Markus Pargmann April 28, 2014, 2:12 p.m. UTC
All dtsi files where already moved to generic dma bindings. Remove the
old non-generic DMA properties.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 3 ---
 1 file changed, 3 deletions(-)

Comments

Shawn Guo April 30, 2014, 6:37 a.m. UTC | #1
On Mon, Apr 28, 2014 at 04:12:34PM +0200, Markus Pargmann wrote:
> All dtsi files where already moved to generic dma bindings. Remove the
> old non-generic DMA properties.

Yea, since we're not required to boot old kernel with new DTB, we can
drop it.  But can I ask you to clean it up globally for IMX dts files.

Shawn

> 
> Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
> ---
>  arch/arm/boot/dts/imx6qdl.dtsi | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index 947e463..b230c09 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -261,7 +261,6 @@
>  					       <&sdma 38 1 0>;
>  					dma-names = "rx", "tx";
>  					fsl,fifo-depth = <15>;
> -					fsl,ssi-dma-events = <38 37>;
>  					status = "disabled";
>  				};
>  
> @@ -276,7 +275,6 @@
>  					       <&sdma 42 1 0>;
>  					dma-names = "rx", "tx";
>  					fsl,fifo-depth = <15>;
> -					fsl,ssi-dma-events = <42 41>;
>  					status = "disabled";
>  				};
>  
> @@ -291,7 +289,6 @@
>  					       <&sdma 46 1 0>;
>  					dma-names = "rx", "tx";
>  					fsl,fifo-depth = <15>;
> -					fsl,ssi-dma-events = <46 45>;
>  					status = "disabled";
>  				};
>  
> -- 
> 1.9.1
>
Markus Pargmann April 30, 2014, 7:01 a.m. UTC | #2
On Wed, Apr 30, 2014 at 02:37:46PM +0800, Shawn Guo wrote:
> On Mon, Apr 28, 2014 at 04:12:34PM +0200, Markus Pargmann wrote:
> > All dtsi files where already moved to generic dma bindings. Remove the
> > old non-generic DMA properties.
> 
> Yea, since we're not required to boot old kernel with new DTB, we can
> drop it.  But can I ask you to clean it up globally for IMX dts files.

Yes sure, I already have those patches for all other dtsi files. I will
send them soon.

Regards,

Markus
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 947e463..b230c09 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -261,7 +261,6 @@ 
 					       <&sdma 38 1 0>;
 					dma-names = "rx", "tx";
 					fsl,fifo-depth = <15>;
-					fsl,ssi-dma-events = <38 37>;
 					status = "disabled";
 				};
 
@@ -276,7 +275,6 @@ 
 					       <&sdma 42 1 0>;
 					dma-names = "rx", "tx";
 					fsl,fifo-depth = <15>;
-					fsl,ssi-dma-events = <42 41>;
 					status = "disabled";
 				};
 
@@ -291,7 +289,6 @@ 
 					       <&sdma 46 1 0>;
 					dma-names = "rx", "tx";
 					fsl,fifo-depth = <15>;
-					fsl,ssi-dma-events = <46 45>;
 					status = "disabled";
 				};