diff options
| author | Charan Teja Reddy <charante@codeaurora.org> | 2016-09-23 02:45:18 -0700 |
|---|---|---|
| committer | Charan Teja Reddy <charante@codeaurora.org> | 2016-09-23 02:45:18 -0700 |
| commit | 7d105272767e6a7294464f404d0719a20ca058e5 (patch) | |
| tree | db7301fcdea205f2d6719ab643ce0c90b69e0a56 | |
| parent | 9e2d528dc47d04e98c5e6f1c4ef84fc268115d36 (diff) | |
ARM: dts: msm: update the memory map details for msmfalcon
Update the initial memory map details for the carveout memory regions
for msmfalcon.
Change-Id: I81b7992aa1117590400050c2da7dc7c9e3903572
Signed-off-by: Charan Teja Reddy <charante@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmfalcon.dtsi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon.dtsi b/arch/arm/boot/dts/qcom/msmfalcon.dtsi index bb5dc54d90f6..aa2662a4c1bf 100644 --- a/arch/arm/boot/dts/qcom/msmfalcon.dtsi +++ b/arch/arm/boot/dts/qcom/msmfalcon.dtsi @@ -151,19 +151,19 @@ modem_fw_mem: modem_fw_region@8ac00000 { compatible = "removed-dma-pool"; no-map; - reg = <0x0 0x8ac00000 0x0 0x7800000>; + reg = <0x0 0x8ac00000 0x0 0x7e00000>; }; - adsp_fw_mem: adsp_fw_region@92400000 { + adsp_fw_mem: adsp_fw_region@92a00000 { compatible = "removed-dma-pool"; no-map; - reg = <0x0 0x92400000 0x0 0x1e00000>; + reg = <0x0 0x92a00000 0x0 0x1e00000>; }; - cdsp_fw_mem: cdsp_fw_region@94200000 { + cdsp_fw_mem: cdsp_fw_region@94800000 { compatible = "removed-dma-pool"; no-map; - reg = <0x0 0x94200000 0x0 0x600000>; + reg = <0x0 0x94800000 0x0 0x600000>; }; venus_fw_mem: venus_fw_region { |
