diff options
author | Grygorii Strashko | 2014-10-01 09:58:25 -0400 |
---|---|---|
committer | Santosh Shilimkar | 2014-10-01 09:58:25 -0400 |
commit | b741bb2878a981db14bef1662d958aae43d168ff (patch) | |
tree | bc586988a999c86138ccd2a35e64db6cbafb620c /arch | |
parent | cfb198ceed66cc7b7014f1185ff5d5e625805b7a (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/k2e.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2e.dtsi b/arch/arm/boot/dts/k2e.dtsi index 13cf35a52ade..7e639974c6be 100644 --- a/arch/arm/boot/dts/k2e.dtsi +++ b/arch/arm/boot/dts/k2e.dtsi @@ -67,6 +67,8 @@ clock-names = "usb"; interrupts = <GIC_SPI 414 IRQ_TYPE_EDGE_RISING>; ranges; + dma-coherent; + dma-ranges; status = "disabled"; dwc3@25010000 { |