diff options
| author | Liam Mark <lmark@codeaurora.org> | 2016-12-21 14:04:44 -0800 |
|---|---|---|
| committer | Liam Mark <lmark@codeaurora.org> | 2016-12-21 14:04:44 -0800 |
| commit | b3ddc510a0565f2f9c5c2a30e81d1363fc9cacb5 (patch) | |
| tree | 8baf32ad7857933ab7e0c5a54bf780a1be77b4cb | |
| parent | e76c8c8e7303d56f8d3ca34dc862fac469eaafcb (diff) | |
ARM: dts: msm: Update memory map for msm8998
Update the memory map carveouts to be in sync with
the new v7 memory map.
Change-Id: I766e4aed32913193f4c4105e27a367cf1e5e0d9a
Signed-off-by: Liam Mark <lmark@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8998.dtsi | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998.dtsi b/arch/arm/boot/dts/qcom/msm8998.dtsi index 8ce9e7c22761..88f8acd956aa 100644 --- a/arch/arm/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm/boot/dts/qcom/msm8998.dtsi @@ -262,34 +262,40 @@ reg = <0 0x85800000 0 0x3700000>; }; - pil_slpi_mem: pil_slpi_region@93800000 { + pil_ipa_gpu_mem: pil_ipa_gpu_region@95000000 { compatible = "removed-dma-pool"; no-map; - reg = <0 0x93800000 0 0xf00000>; + reg = <0 0x95000000 0 0x100000>; }; - pil_video_mem: pil_video_region@93300000 { + pil_slpi_mem: pil_slpi_region@94100000 { compatible = "removed-dma-pool"; no-map; - reg = <0 0x93300000 0 0x500000>; + reg = <0 0x94100000 0 0xf00000>; }; - pil_adsp_mem: pil_adsp_region@91900000 { + pil_video_mem: pil_video_region@93c00000 { compatible = "removed-dma-pool"; no-map; - reg = <0 0x91900000 0 0x1a00000>; + reg = <0 0x93c00000 0 0x500000>; }; - modem_mem: modem_region@8ac00000 { + modem_mem: modem_region@8cc00000 { compatible = "removed-dma-pool"; no-map; - reg = <0 0x8ac00000 0 0x6d00000>; + reg = <0 0x8cc00000 0 0x7000000>; + }; + + pil_adsp_mem: pil_adsp_region@0x8b200000 { + compatible = "removed-dma-pool"; + no-map; + reg = <0 0x8b200000 0 0x1a00000>; }; spss_mem: spss_region@8ab00000 { /* for SPSS-PIL */ compatible = "removed-dma-pool"; no-map; - reg = <0 0x8ab00000 0 0x100000>; + reg = <0 0x8ab00000 0 0x700000>; }; adsp_mem: adsp_region { |
