diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-05-26 11:18:15 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-08 02:48:56 +0300 |
commit | 79d4be390424c6200f1203b9b6e4aa733885daec (patch) | |
tree | 017d400941912e753dc15a6a9b93fe219193f817 /arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | |
parent | b10ee7e3869a0aecba70fba9691d55b364098d96 (diff) | |
download | linux-79d4be390424c6200f1203b9b6e4aa733885daec.tar.xz |
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: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi index 20bea49a046e..44ae934c630b 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi @@ -43,7 +43,7 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -/memreserve/ 0x80000000 0x00080000; +/memreserve/ 0x80000000 0x02000000; / { compatible = "socionext,uniphier-ld11"; |