diff options
| author | Prakash Gupta <guptap@codeaurora.org> | 2017-03-07 15:11:05 +0530 |
|---|---|---|
| committer | Prakash Gupta <guptap@codeaurora.org> | 2017-03-07 15:21:58 +0530 |
| commit | 0e6e2ace8cfe255b399e48c000c80052a29803ef (patch) | |
| tree | de06c589cdbbd1fe1b9aa41af8e56eca61e0e946 | |
| parent | 783427f7ad16090b68801d1142c20df47bced74b (diff) | |
ARM: dts: msm: align removed_region with SDM630 memmap
region 0x85F00000--0x86000000 belongs to APSS. Exclude this from
removed_region. This will split removed_region into two.
removed_region0=0x85800000--0x85f00000
removed_region1=0x86000000--0x88f00000
Change-Id: Ic7474bdd2e14099df668c30f3bde268b149f5d23
Signed-off-by: Prakash Gupta <guptap@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630.dtsi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index cd895a067f65..54d25cc23676 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -304,10 +304,16 @@ #size-cells = <2>; ranges; - removed_region: removed_region0@85800000 { + removed_region0: removed_region0@85800000 { compatible = "removed-dma-pool"; no-map; - reg = <0x0 0x85800000 0x0 0x3700000>; + reg = <0x0 0x85800000 0x0 0x700000>; + }; + + removed_region1: removed_region1@86000000 { + compatible = "removed-dma-pool"; + no-map; + reg = <0x0 0x86000000 0x0 0x2f00000>; }; modem_fw_mem: modem_fw_region@8ac00000 { |
