Skip to content

Commit

Permalink
ARM: highbank: enable coherent DMA for xgmac in dts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring committed Oct 31, 2012
1 parent 4be052e commit 185bdff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/highbank.dts
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,14 @@
compatible = "calxeda,hb-xgmac";
reg = <0xfff50000 0x1000>;
interrupts = <0 77 4 0 78 4 0 79 4>;
dma-coherent;
};

ethernet@fff51000 {
compatible = "calxeda,hb-xgmac";
reg = <0xfff51000 0x1000>;
interrupts = <0 80 4 0 81 4 0 82 4>;
dma-coherent;
};

combophy0: combo-phy@fff58000 {
Expand Down

0 comments on commit 185bdff

Please sign in to comment.