]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm: dts: mt7623: fix available memory size on bananapi-r2
authorSean Wang <sean.wang@mediatek.com>
Wed, 11 Apr 2018 08:53:57 +0000 (16:53 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 11 May 2018 15:04:10 +0000 (17:04 +0200)
There is 2GB DDR3 available on bananapi-r2 board as [1] specified.

[1] http://www.banana-pi.org/r2.html

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts

index 5938e4c79debc0486ac481f33ee0234061c9365a..d2a354e0b9a65b8c5c150ed2f3d43b20fe70f205 100644 (file)
@@ -110,7 +110,7 @@ red {
 
        memory@80000000 {
                device_type = "memory";
-               reg = <0 0x80000000 0 0x40000000>;
+               reg = <0 0x80000000 0 0x80000000>;
        };
 };