From 2f31e3aa70b0b08395fb5538dd3a54c84aac2fad Mon Sep 17 00:00:00 2001 From: Prakash Gupta Date: Wed, 15 Feb 2017 17:36:05 +0530 Subject: [PATCH] ARM: dts: msm: add MBA carveout for sdm660 Add MBA carveout between ADSP & cDSP in sync with v1 memory map. Change-Id: I65af5e01af1e5dd3de7f0666017dcd82ea8f7293 Signed-off-by: Prakash Gupta --- arch/arm/boot/dts/qcom/sdm660.dtsi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/qcom/sdm660.dtsi b/arch/arm/boot/dts/qcom/sdm660.dtsi index 9ba63be179ea..4bbfe4b9b94e 100644 --- a/arch/arm/boot/dts/qcom/sdm660.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660.dtsi @@ -320,10 +320,16 @@ reg = <0x0 0x92a00000 0x0 0x1e00000>; }; - cdsp_fw_mem: cdsp_fw_region@94800000 { + pil_mba_mem: pil_mba_region@94800000 { compatible = "removed-dma-pool"; no-map; - reg = <0x0 0x94800000 0x0 0x600000>; + reg = <0x0 0x94800000 0x0 0x200000>; + }; + + cdsp_fw_mem: cdsp_fw_region@94a00000 { + compatible = "removed-dma-pool"; + no-map; + reg = <0x0 0x94a00000 0x0 0x600000>; }; venus_fw_mem: venus_fw_region {