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

Commit a3ae2bd1 authored by Ritesh Kumar's avatar Ritesh Kumar
Browse files

ARM: dts: msm: Add reserved memory for dfps data on yupik

Add reserved memory region dfps_data_region on yupik target.

Change-Id: I910afe515161ba77e787907fd8464bc8bd79202f
parent af93f29f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -474,9 +474,14 @@
	};

	splash_memory:splash_region {
		reg = <0x0 0xe1000000 0x0 0x02400000>;
		reg = <0x0 0xe1000000 0x0 0x02300000>;
		label = "cont_splash_region";
	};

	dfps_data_memory: dfps_data_memory {
		reg = <0x0 0xe3300000 0x0 0x0100000>;
		label = "dfps_data_memory";
	};
};

&soc {