]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
usb: musb: dsps fix the typo in reg-names of the dma node
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 20 Aug 2013 16:35:45 +0000 (18:35 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 27 Aug 2013 19:18:17 +0000 (14:18 -0500)
I forgot to separete the different names in the reg-names property. This
didn't cause anything to fail because the driver does not use the names
and simply relies on the order of the memory offsets in reg.
This patch fixes this in case it is used later.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
arch/arm/boot/dts/am33xx.dtsi

index 24d63095ab839d0c9aa4f233e294bc8aa4860964..a38f8d362a86ac1c4c8404711b4264162e2e7e91 100644 (file)
                                        0x47402000 0x1000
                                        0x47403000 0x1000
                                        0x47404000 0x4000>;
-                               reg-names = "glue controller scheduler queuemgr";
+                               reg-names = "glue", "controller", "scheduler", "queuemgr";
                                interrupts = <17>;
                                interrupt-names = "glue";
                                #dma-cells = <2>;