]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: keystone-k2e: update usb1 node for dma properties
authorGrygorii Strashko <grygorii.strashko@ti.com>
Wed, 1 Oct 2014 13:58:25 +0000 (09:58 -0400)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Wed, 1 Oct 2014 13:58:25 +0000 (09:58 -0400)
Keystone supports dma-coherent on USB master and also needs
dma-ranges to specify the hardware alias memory range in which DMA
can be operational.
Such configuration applied for USB0 devices, but It's missed for
USB1 device which is present only in K2E SoC - hence apply it.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/boot/dts/k2e.dtsi

index 13cf35a52ade06a4fa36016e9d0ea0241a2a8310..7e639974c6be30a71b9bba6d2297f56924b3bf56 100644 (file)
@@ -67,6 +67,8 @@
                        clock-names = "usb";
                        interrupts = <GIC_SPI 414 IRQ_TYPE_EDGE_RISING>;
                        ranges;
+                       dma-coherent;
+                       dma-ranges;
                        status = "disabled";
 
                        dwc3@25010000 {