Explorar o código

usb: musb: dsps fix the typo in reg-names of the dma node

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>
Sebastian Andrzej Siewior %!s(int64=12) %!d(string=hai) anos
pai
achega
3b6394b4fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/arm/boot/dts/am33xx.dtsi

+ 1 - 1
arch/arm/boot/dts/am33xx.dtsi

@@ -470,7 +470,7 @@
 					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>;