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

Commit e98636c9 authored by shaoxing's avatar shaoxing
Browse files

ARM: dts: msm: enlarge peripheral_mem on apq8096 drone



Increase peripheral_mem from 0x2d00000 to 0x3200000 according to
trustzone code change on apq8096 drone platform.

Change-Id: I25ecd156d9dc4820b2fc7ba473154896a72b8a6a
Signed-off-by: default avatarshaoxing <shaoxing@codeaurora.org>
parent 3f91f859
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -28,3 +28,9 @@
&blsp1_uart2 {
	status = "ok";
};

&peripheral_mem {
	compatible = "removed-dma-pool";
	no-map;
	reg = <0 0x8ea00000 0 0x3200000>;
};