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

Commit a63fc865 authored by Vinay Sudra's avatar Vinay Sudra
Browse files

ARM: dts: msm: Add firmware support for SA6150

Add firmware node which is parsed by android init to
mount system and vendor partition.

Change-Id: I575d8700d55399b66a7e9179325207db5aba1f9e
parent 06d40b3a
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -252,6 +252,26 @@
	soc: soc { };

	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo";
			};

			fstab {
				compatible = "android,fstab";
				vendor {
					compatible = "android,vendor";
					dev = "/dev/block/platform/soc
						/1d84000.ufshc/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,slotselect,avb";
					status = "ok";
				};
			};
		};
	};

	reserved_memory: reserved-memory {