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

Commit 510c2e01 authored by Yashwanth's avatar Yashwanth Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update display related memory regions in bengal

This change updates splash, disp_rdump_memory and
dfps region address based on v7 memory-map in bengal
target.

Change-Id: I441963c42dd1a2d6407625780761c8b2f2c1223b
parent 39d41e15
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -404,18 +404,18 @@
			size = <0 0x5c00000>;
		};

		cont_splash_memory: cont_splash_region@9c000000 {
			reg = <0x0 0x9c000000 0x0 0x00f00000>;
		cont_splash_memory: cont_splash_region@5c000000 {
			reg = <0x0 0x5c000000 0x0 0x00f00000>;
			label = "cont_splash_region";
		};

		disp_rdump_memory: disp_rdump_region@9c000000 {
			reg = <0x0 0x9c000000 0x0 0x00f00000>;
		disp_rdump_memory: disp_rdump_region@5c000000 {
			reg = <0x0 0x5c000000 0x0 0x00f00000>;
			label = "disp_rdump_region";
		};

		dfps_data_memory: dfps_data_region@9cf00000 {
			reg = <0x0 0x9cf00000 0x0 0x0100000>;
		dfps_data_memory: dfps_data_region@5cf00000 {
			reg = <0x0 0x5cf00000 0x0 0x0100000>;
			label = "dfps_data_region";
		};