Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79d4be39 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

arm64: dts: uniphier: reserve more memory for LD11/LD20



Reserve enough space below the kernel base.
The assumed address map is:
  80000000 - 80ffffff : for IPP
  81000000 - 81ffffff : for ARM secure
  82000000 -          : for Linux

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent b10ee7e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
 *     OTHER DEALINGS IN THE SOFTWARE.
 */

/memreserve/ 0x80000000 0x00080000;
/memreserve/ 0x80000000 0x02000000;

/ {
	compatible = "socionext,uniphier-ld11";
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
 *     OTHER DEALINGS IN THE SOFTWARE.
 */

/memreserve/ 0x80000000 0x00080000;
/memreserve/ 0x80000000 0x02000000;

/ {
	compatible = "socionext,uniphier-ld20";