]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: m3ulcb: Update memory node to 2 GiB map
authorVladimir Barinov <vladimir.barinov+renesas@cogentembedded.com>
Thu, 26 Jan 2017 14:54:20 +0000 (17:54 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 22 May 2017 12:36:16 +0000 (14:36 +0200)
This patch updates memory region:

  - After changes, the new map of the m3ulcb board on R8A7796 SoC
    Bank0: 1GiB RAM : 0x000048000000 -> 0x0007fffffff
    Bank1: 1GiB RAM : 0x000600000000 -> 0x0063fffffff

  - Before changes, the old map looked like this:
    Bank0: 1GiB RAM : 0x000048000000 -> 0x0007fffffff

Signed-off-by: Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com>
Tested-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts

index 5554b555b874645731666b9233ccb08dcf3d0dd3..02051a3236a533e5aa9ecb1694f3e40059d3e3a9 100644 (file)
                reg = <0x0 0x48000000 0x0 0x38000000>;
        };
 
+       memory@600000000 {
+               device_type = "memory";
+               reg = <0x6 0x00000000 0x0 0x40000000>;
+       };
+
        leds {
                compatible = "gpio-leds";