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

Commit 9545ec13 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 716345f1 a3ae2bd1
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 {