Ver código fonte

ARM: dts: keystone-k2e: update usb1 node for dma properties

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>
Grygorii Strashko 11 anos atrás
pai
commit
b741bb2878
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      arch/arm/boot/dts/k2e.dtsi

+ 2 - 0
arch/arm/boot/dts/k2e.dtsi

@@ -67,6 +67,8 @@
 			clock-names = "usb";
 			clock-names = "usb";
 			interrupts = <GIC_SPI 414 IRQ_TYPE_EDGE_RISING>;
 			interrupts = <GIC_SPI 414 IRQ_TYPE_EDGE_RISING>;
 			ranges;
 			ranges;
+			dma-coherent;
+			dma-ranges;
 			status = "disabled";
 			status = "disabled";
 
 
 			dwc3@25010000 {
 			dwc3@25010000 {