arm64: dts: uniphier: add /memreserve/ for spin-table release address
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Jun 2016 03:01:43 +0000 (12:01 +0900)
committerOlof Johansson <olof@lixom.net>
Tue, 14 Jun 2016 17:40:31 +0000 (10:40 -0700)
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>
arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi

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