aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-09-18 22:03:42 -0400
committerRob Herring <rob.herring@calxeda.com>2012-10-31 14:46:09 -0400
commit185bdffb4b2997a2d4ee2e88d52a6539bde59eea (patch)
tree355babad0ddfea45d8a64cc5dec034fb06d61884
parent4be052e1200ef9a574e499bb00b31a1d861bc219 (diff)
ARM: highbank: enable coherent DMA for xgmac in dts
Enable the xgmac to use the coherent DMA path in highbank.dts Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm/boot/dts/highbank.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts
index 28d58727b8c0..e39a79a61e0c 100644
--- a/arch/arm/boot/dts/highbank.dts
+++ b/arch/arm/boot/dts/highbank.dts
@@ -308,12 +308,14 @@
308 compatible = "calxeda,hb-xgmac"; 308 compatible = "calxeda,hb-xgmac";
309 reg = <0xfff50000 0x1000>; 309 reg = <0xfff50000 0x1000>;
310 interrupts = <0 77 4 0 78 4 0 79 4>; 310 interrupts = <0 77 4 0 78 4 0 79 4>;
311 dma-coherent;
311 }; 312 };
312 313
313 ethernet@fff51000 { 314 ethernet@fff51000 {
314 compatible = "calxeda,hb-xgmac"; 315 compatible = "calxeda,hb-xgmac";
315 reg = <0xfff51000 0x1000>; 316 reg = <0xfff51000 0x1000>;
316 interrupts = <0 80 4 0 81 4 0 82 4>; 317 interrupts = <0 80 4 0 81 4 0 82 4>;
318 dma-coherent;
317 }; 319 };
318 320
319 combophy0: combo-phy@fff58000 { 321 combophy0: combo-phy@fff58000 {