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

Commit ea5d130f authored by Deepak Kumar Singh's avatar Deepak Kumar Singh Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Correct rpm_msg_ram size for trinket



Update the rpm msg ram size to 28k in device node.

CR-Fixed: 2362404
Change-Id: Ia19e40f8e70485bdb1732f5a0478e754f58c0b1e
Signed-off-by: default avatarDeepak Kumar Singh <deesin@codeaurora.org>
parent a487c3ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -846,7 +846,7 @@

	rpm_msg_ram: memory@045F0000 {
			compatible = "qcom,rpm-msg-ram";
			reg = <0x045F0000 0x8000>;
			reg = <0x045f0000 0x7000>;
	};

	apcs_glb: mailbox@0F111000 {