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

Commit c442aa15 authored by Bruce Hoo's avatar Bruce Hoo Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add reserved memory region dfps_data_region for Lahaina

Add reserved memory region dfps_data_region for Lahaina, whose location
follows memory region of splash_region, with size of 1 MB.

Change-Id: I2294934fc54ed987d618ed64742b7863d8c04553
parent 5400ce0b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -508,6 +508,11 @@
			reg = <0x0 0xe1000000 0x0 0x02300000>;
			label = "cont_splash_region";
		};

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

	chosen {