Skip to content

Commit

Permalink
arm: dts: mt7623: fix available memory size on bananapi-r2
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Rob Herring <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>
  • Loading branch information
moore-bros authored and mbgg committed May 11, 2018
1 parent c0b0d54 commit acf0996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

memory@80000000 {
device_type = "memory";
reg = <0 0x80000000 0 0x40000000>;
reg = <0 0x80000000 0 0x80000000>;
};
};

Expand Down

0 comments on commit acf0996

Please sign in to comment.