From 128f6fb841e4c40657a6d7dee007e394eb656794 Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Fri, 22 Nov 2019 17:48:19 +0900 Subject: [PATCH] ODROID-N2: arm/dts: add missing reserved memory to prevent unknown crash Signed-off-by: Dongjin Kim Change-Id: If8b6b1835dce5bb6723b2b356f8340454aa402df --- .../boot/dts/amlogic/meson64_odroidn2.dts | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson64_odroidn2.dts b/arch/arm64/boot/dts/amlogic/meson64_odroidn2.dts index a9e396bd48b4..c4dbb44fa48b 100644 --- a/arch/arm64/boot/dts/amlogic/meson64_odroidn2.dts +++ b/arch/arm64/boot/dts/amlogic/meson64_odroidn2.dts @@ -133,6 +133,27 @@ size = <0x0 0x04000000>; alignment = <0x0 0x400000>; }; + galcore_reserved:linux,galcore { + compatible = "shared-dma-pool"; + reusable; + size = <0x1000000>; + alignment = <0x400000>; + linux,contiguous-region; + }; + isp_cma_reserved:linux,isp_cma { + compatible = "shared-dma-pool"; + reusable; + status = "okay"; + size = <0x06800000>; + alignment = <0x400000>; + }; + adapt_cma_reserved:linux,adapt_cma { + compatible = "shared-dma-pool"; + reusable; + status = "okay"; + size = <0x01800000>; + alignment = <0x400000>; + }; }; cvbsout {