Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2
+2
arch/arm/boot/dts/highbank.dts
··· 308 308 compatible = "calxeda,hb-xgmac"; 309 309 reg = <0xfff50000 0x1000>; 310 310 interrupts = <0 77 4 0 78 4 0 79 4>; 311 + dma-coherent; 311 312 }; 312 313 313 314 ethernet@fff51000 { 314 315 compatible = "calxeda,hb-xgmac"; 315 316 reg = <0xfff51000 0x1000>; 316 317 interrupts = <0 80 4 0 81 4 0 82 4>; 318 + dma-coherent; 317 319 }; 318 320 319 321 combophy0: combo-phy@fff58000 {