summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-08-01 15:23:00 +0100
committerJon Medhurst <tixy@linaro.org>2012-08-07 09:21:22 +0100
commitb99675afb5f3eade99bf630ec41a47ad1aa1bbf0 (patch)
treea4c96d3886e0b3ad8bbe635c49946c8c89bed9df
parentb851249324fb15a32f436ee7810797164e8d4518 (diff)
ARM: vexpress: Fix name of dma node in TC2 device-tree
The address used in the dma node name didn't match the base address of the device. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts b/arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts
index b947cb6b48b7..9a6f153a13f5 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca15-tc2.dts
@@ -200,7 +200,7 @@
<0 87 4>;
};
- dma@7ffb0000 {
+ dma@7ff00000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x7ff00000 0x1000>;
interrupts = <0 92 4>,