This adds the cppi41 dma controller to the usb otg controller.

Signed-off-by: Alexandre Bailon <abai...@baylibre.com>
---
 arch/arm/boot/dts/da850.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index d6b406a..0ed0cb9 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -402,6 +402,14 @@
                        phys = <&usb_phy 0>;
                        phy-names = "usb-phy";
                        status = "disabled";
+
+                       dmas = <&cppi41dma 0 0 &cppi41dma 1 0
+                               &cppi41dma 2 0 &cppi41dma 3 0
+                               &cppi41dma 0 1 &cppi41dma 1 1
+                               &cppi41dma 2 1 &cppi41dma 3 1>;
+                       dma-names =
+                               "rx1", "rx2", "rx3", "rx4",
+                               "tx1", "tx2", "tx3", "tx4";
                };
                cppi41dma: dma-controller@201000 {
                        compatible = "ti,da8xx-cppi41";
-- 
2.10.2

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to