Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 626b3095 authored by Leon Peng's avatar Leon Peng Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Adjust modem reservation to 31MB for APQ8009-robot



Current modem firmware needs 31MB memory but we only reserve 30MB,
this will fail to load modem firmware. Increase the reservation size.

Change-Id: Ifa104177fe7db877bb140f0b76e710c0423a41cc
Signed-off-by: default avatarLeon Peng <liangyan@codeaurora.org>
parent b81d100b
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
#include "msm8909-mtp.dtsi"
#include "msm8909-pm8916.dtsi"
#include "msm8909-pm8916-mtp.dtsi"
#include "apq8009-memory.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ8009 Robot Reference Board";
@@ -159,3 +158,14 @@

};

&external_image_mem {
	reg = <0x0 0x87a00000 0x0 0x0600000>;
};

&modem_adsp_mem {
	reg = <0x0 0x88000000 0x0 0x01f00000>;
};

&peripheral_mem {
	reg = <0x0 0x89f00000 0x0 0x0700000>;
};