Browse Source

arm64: dts: uniphier: add /memreserve/ for spin-table release address

As Documentation/arm64/booting.txt says, the cpu-release-addr
location should be reserved.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Masahiro Yamada 9 years ago
parent
commit
ffd8a5ed57
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi

+ 2 - 0
arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi

@@ -42,6 +42,8 @@
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
+/memreserve/ 0x80000000 0x00000008;	/* cpu-release-addr */
+
 / {
 	compatible = "socionext,ph1-ld20";
 	#address-cells = <2>;