From: Grygorii Strashko Date: Wed, 1 Oct 2014 13:58:25 +0000 (-0400) Subject: ARM: dts: keystone-k2e: update usb1 node for dma properties X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b741bb2878a981db14bef1662d958aae43d168ff;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Santosh Shilimkar --- 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 = ; ranges; + dma-coherent; + dma-ranges; status = "disabled"; dwc3@25010000 {