diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-14 06:01:43 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-06-14 20:40:31 +0300 |
commit | ffd8a5ed578b6d6b2ee91febf38d6822cd229e99 (patch) | |
tree | f0e8153761591290c10e45df3a6ea579b9c03ac8 /arch/arm64/boot/dts/socionext | |
parent | 1388ea2a8df4ee4c21632a048d575fa7492a8156 (diff) | |
download | linux-ffd8a5ed578b6d6b2ee91febf38d6822cd229e99.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/socionext')
-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>; |