[PATCH v2 5/5] ARM: shmobile: ape6evm: correct memory map syntax
Simon Horman
horms+renesas at verge.net.au
Tue Aug 26 17:35:26 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 when the second memory region
was added to the ape6evm dts file by by 8353f09f579631d09
("ARM: shmobile: Include all 2 GiB of memory on APE6EVM") in v3.13.
Cc: Olof Johansson <olof at lixom.net>
Cc: Geert Uytterhoeven <geert at linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
---
v2
* First post
---
arch/arm/boot/dts/r8a73a4-ape6evm.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm.dts b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
index ce085fa..6d3e8fd 100644
--- a/arch/arm/boot/dts/r8a73a4-ape6evm.dts
+++ b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
@@ -25,7 +25,7 @@
reg = <0 0x40000000 0 0x40000000>;
};
- memory at 200000000 {
+ memory at 2,00000000 {
device_type = "memory";
reg = <2 0x00000000 0 0x40000000>;
};
--
2.0.1
More information about the linux-arm-kernel
mailing list