From: Sebastian Andrzej Siewior Date: Tue, 20 Aug 2013 16:35:45 +0000 (+0200) Subject: usb: musb: dsps fix the typo in reg-names of the dma node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3b6394b4faccb7dceaaf76fc4e5e40937b61102e;p=linux-beck.git 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 Signed-off-by: Felipe Balbi --- diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 24d63095ab83..a38f8d362a86 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/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>;