From 48aef1c84f5527ec1aa5800b9f169c8fdcbf6945 Mon Sep 17 00:00:00 2001 From: John Stultz Date: Wed, 16 May 2018 17:12:43 -0700 Subject: [PATCH] dts: hikey960: Fix bootwarning on mapping reboot reason syscon Signed-off-by: John Stultz --- .../boot/dts/hisilicon/hi3660-hikey960.dts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts index 68c5a6c819ae..e1e361af6b0b 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts +++ b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts @@ -45,6 +45,23 @@ #size-cells = <2>; ranges; + fastboot_cma: fastboot-cma-mem { + reg = <0x0 0x16c00000 0x0 0x4000000>; + compatible = "shared-dma-pool"; + hisi,cma-sec; + reusable; + }; + + uefi-reboot-mode { + reg = <0x0 0x32100000 0x0 0x00001000>; + no-map; + }; + + bl31 { + reg = <0x0 0x20200000 0x0 0x200000>; + no-map; + }; + ramoops@32000000 { compatible = "ramoops"; reg = <0x0 0x32000000 0x0 0x00100000>; -- 2.34.1