[PATCH] ARM: dts: calxeda: Correct memory map syntax
Simon Horman
horms+renesas at verge.net.au
Tue Aug 26 21:18:19 PDT 2014
Correct a syntax error by using two comma-delimited 32 bit values
rather than a single 64 bit value.
This is a documentation fix and should have no run-time affect.
This problem was introduced by 7d6ab9b8620bbca6
("ARM: dts: Add Calxeda ECX-2000 support") in v3.7.
Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
---
arch/arm/boot/dts/ecx-2000.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/ecx-2000.dts b/arch/arm/boot/dts/ecx-2000.dts
index 2ccbb57f..97f9807 100644
--- a/arch/arm/boot/dts/ecx-2000.dts
+++ b/arch/arm/boot/dts/ecx-2000.dts
@@ -69,7 +69,7 @@
reg = <0x00000000 0x00000000 0x00000000 0xff800000>;
};
- memory at 200000000 {
+ memory at 2,00000000 {
name = "memory";
device_type = "memory";
reg = <0x00000002 0x00000000 0x00000003 0x00000000>;
--
2.0.1
More information about the linux-arm-kernel
mailing list