diff options
author | Masahiro Yamada <[email protected]> | 2016-06-14 12:01:43 +0900 |
---|---|---|
committer | Olof Johansson <[email protected]> | 2016-06-14 10:40:31 -0700 |
commit | ffd8a5ed578b6d6b2ee91febf38d6822cd229e99 (patch) | |
tree | f0e8153761591290c10e45df3a6ea579b9c03ac8 | |
parent | 1388ea2a8df4ee4c21632a048d575fa7492a8156 (diff) |
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 <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi index 644025c5c372..c223915f0907 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi +++ b/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>; |