ARM: ls1021a: Add dma-coherent property for eTSEC nodes
This patch adds dma-coherent property for eTSEC nodes, so coherent DMA operations are supported. Signed-off-by: Alison Wang <alison.wang@freescale.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Родитель
a81fd34da0
Коммит
70b5ea9728
|
@ -445,6 +445,7 @@
|
||||||
model = "eTSEC";
|
model = "eTSEC";
|
||||||
fsl,magic-packet;
|
fsl,magic-packet;
|
||||||
ranges;
|
ranges;
|
||||||
|
dma-coherent;
|
||||||
|
|
||||||
queue-group@2d10000 {
|
queue-group@2d10000 {
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
|
@ -473,6 +474,7 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
model = "eTSEC";
|
model = "eTSEC";
|
||||||
ranges;
|
ranges;
|
||||||
|
dma-coherent;
|
||||||
|
|
||||||
queue-group@2d50000 {
|
queue-group@2d50000 {
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
|
@ -501,6 +503,7 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
model = "eTSEC";
|
model = "eTSEC";
|
||||||
ranges;
|
ranges;
|
||||||
|
dma-coherent;
|
||||||
|
|
||||||
queue-group@2d90000 {
|
queue-group@2d90000 {
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче