From b95657a9d29e6101d833d8f6b876382b74e17e16 Mon Sep 17 00:00:00 2001 From: Prakash Gupta Date: Thu, 2 Mar 2017 14:16:28 +0530 Subject: [PATCH] ARM: dts: msm: add MBA carveout for sdm630 Add MBA carveout of size 2MB after ADSP region and a buffer region of size 1 MB in sync with v3 memory map. Change-Id: Iaab9c43310d9ee4764ac73367bff3a448ea1f4d4 Signed-off-by: Prakash Gupta --- arch/arm/boot/dts/qcom/sdm630.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index cd895a067f65..4bf0ab288582 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -322,6 +322,18 @@ reg = <0x0 0x92a00000 0x0 0x1e00000>; }; + pil_mba_mem: pil_mba_region@94800000 { + compatible = "removed-dma-pool"; + no-map; + reg = <0x0 0x94800000 0x0 0x200000>; + }; + + buffer_mem: buffer_region@94a00000 { + compatible = "removed-dma-pool"; + no-map; + reg = <0x0 0x94a00000 0x0 0x100000>; + }; + venus_fw_mem: venus_fw_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x80000000 0x0 0x20000000>;