diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts index d14c955288d6..da16078d78a5 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts +++ b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts @@ -53,6 +53,14 @@ ramoops@32000000 { console-size = <0x00020000>; ftrace-size = <0x00020000>; }; + + /* global autoconfigured region for contiguous allocations */ + linux,cma { + compatible = "shared-dma-pool"; + reg = <0x0 0x20C00000 0x0 0x4000000>; + reusable; + linux,cma-default; + }; }; reboot-mode-syscon@32100000 {