summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am33xx.dtsi
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2013-08-20 16:35:45 (GMT)
committerFelipe Balbi <balbi@ti.com>2013-08-27 19:18:17 (GMT)
commit3b6394b4faccb7dceaaf76fc4e5e40937b61102e (patch)
tree86fa66c1f9af5c1074d695d0eaae035f9731dca2 /arch/arm/boot/dts/am33xx.dtsi
parent9047428894660f8f46305917e519ab62f7395cac (diff)
downloadlinux-fsl-qoriq-3b6394b4faccb7dceaaf76fc4e5e40937b61102e.tar.xz
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>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 24d6309..a38f8d3 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>;