ARM: dts: Exynos4412-odroid: set available memory to 2 GiB
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 3 Jun 2014 09:18:16 +0000 (11:18 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:59:43 +0000 (11:59 +0900)
Both Odroid X2 and U2/U3 boards have 2 GiB of memory, so set the amount
of memory in the DTS file to 2 GiB.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-id: If435a2bc15af15ddaede4f9664b144540cc620a6

arch/arm/boot/dts/exynos4412-odroidu3.dts
arch/arm/boot/dts/exynos4412-odroidx2.dts

index 85ac532..2a0ca26 100644 (file)
@@ -19,7 +19,7 @@
        compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4";
 
        memory {
-               reg = <0x40000000 0x40000000>;
+               reg = <0x40000000 0x80000000>;
        };
 
        leds {
index 98166e5..6d3ce8c 100644 (file)
@@ -19,7 +19,7 @@
        compatible = "hardkernel,odroid-x2", "samsung,exynos4412", "samsung,exynos4";
 
        memory {
-               reg = <0x40000000 0x40000000>;
+               reg = <0x40000000 0x80000000>;
        };
 
        leds {