[PATCH v2 3/5] ARM: shmobile: koelsch: correct memory map syntax
Simon Horman
horms+renesas at verge.net.au
Tue Aug 26 17:35:24 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 koelsch dts file by 4cd1bad45182c7f1
("ARM: shmobile: koelsch: (1+1)GiB memory in DT") in v3.14.
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/r8a7791-koelsch.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 51807a3..caf66dc 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -33,7 +33,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