arm64: dts: uniphier: add reserved-memory for secure memory
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 21 Jun 2019 18:00:26 +0000 (03:00 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 25 Jun 2019 15:08:47 +0000 (00:08 +0900)
commitaa38571246c6ac279ebebd141157297bcb959d76
tree93bb9b3249c25475ac1e04d11680db48bfa70d6c
parent53c580c1bdbd6332947fdfa6634b61048762b9b5
arm64: dts: uniphier: add reserved-memory for secure memory

The memory regions specified by /memreserve/ are passed to
early_init_dt_reserve_memory_arch() with nomap=false, so it is
not suitable for reserving memory for Trusted Firmware-A etc.

Use the more robust /reserved-memory node with the no-map property
to prevent the kernel from mapping it.

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
arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi