From: John Stultz Date: Thu, 17 May 2018 00:12:43 +0000 (-0700) Subject: dts: hikey960: Fix bootwarning on mapping reboot reason syscon X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48aef1c84f5527ec1aa5800b9f169c8fdcbf6945;p=platform%2Fkernel%2Flinux-exynos.git dts: hikey960: Fix bootwarning on mapping reboot reason syscon Signed-off-by: John Stultz --- 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>;