]> Git Repo - linux.git/commitdiff
ARM: ls1021a: Add dma-coherent property for eTSEC nodes
authorAlison Wang <[email protected]>
Mon, 14 Sep 2015 06:45:28 +0000 (14:45 +0800)
committerShawn Guo <[email protected]>
Mon, 19 Oct 2015 14:45:16 +0000 (22:45 +0800)
This patch adds dma-coherent property for eTSEC nodes, so
coherent DMA operations are supported.

Signed-off-by: Alison Wang <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/boot/dts/ls1021a.dtsi

index 15758831010733e4d7d67e10b66b5619425f7dba..2798058ea4e56e9b843d76937b57f2df140ddc55 100644 (file)
                        model = "eTSEC";
                        fsl,magic-packet;
                        ranges;
+                       dma-coherent;
 
                        queue-group@2d10000 {
                                #address-cells = <2>;
                        interrupt-parent = <&gic>;
                        model = "eTSEC";
                        ranges;
+                       dma-coherent;
 
                        queue-group@2d50000  {
                                #address-cells = <2>;
                        interrupt-parent = <&gic>;
                        model = "eTSEC";
                        ranges;
+                       dma-coherent;
 
                        queue-group@2d90000  {
                                #address-cells = <2>;
This page took 0.053917 seconds and 4 git commands to generate.