diff options
| author | Patrick Daly <pdaly@codeaurora.org> | 2016-05-03 16:52:40 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-05-06 12:06:23 -0700 |
| commit | 3a0f40b5ef2b74486fda2ef2bb77775ed5eba19b (patch) | |
| tree | eb00f167a8bd48f8adb9eee3d4f21f338d96d022 | |
| parent | 9f1ad26f6b1248c368e540a2f7f7aef2972d997f (diff) | |
ARM: dts: msm: Update the memory map for msmcobalt
Increase the size of the peripheral region.
Change-Id: I5af8da01a54dc6f31c93f7ad5201899c0779b661
Signed-off-by: Patrick Daly <pdaly@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index 8d66091cc157..843f78bf4674 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -263,7 +263,7 @@ peripheral_mem: peripheral_region@91900000 { compatible = "removed-dma-pool"; no-map; - reg = <0 0x91900000 0 0x2b00000>; + reg = <0 0x91900000 0 0x2e00000>; }; modem_mem: modem_region@8ac00000 { |
