]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: uniphier: reserve more memory for LD11/LD20
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 May 2017 08:18:15 +0000 (17:18 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 7 Jun 2017 23:48:56 +0000 (08:48 +0900)
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: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi

index 20bea49a046e1bd8ef4dc0d8d6fe4378a1f852e7..44ae934c630b213d07fc2147f266ecebb3edebcd 100644 (file)
@@ -43,7 +43,7 @@
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
-/memreserve/ 0x80000000 0x00080000;
+/memreserve/ 0x80000000 0x02000000;
 
 / {
        compatible = "socionext,uniphier-ld11";
index 4b856af19b47e2f09241ad708f9acdf484af5cc0..bb63e56814634814ea0af16d24199ca6446e03dc 100644 (file)
@@ -43,7 +43,7 @@
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
-/memreserve/ 0x80000000 0x00080000;
+/memreserve/ 0x80000000 0x02000000;
 
 / {
        compatible = "socionext,uniphier-ld20";