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

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

Merge "ARM: dts: msm: Add early mount partition details for lagoon"

parents bcf1e525 0c3191fd
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -323,6 +323,23 @@
		};
	};

	firmware: firmware {
		android {
			compatible = "android,firmware";
				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";
							status = "ok";
						};
				};
		};
	};

	psci {
		compatible = "arm,psci-1.0";
		method = "smc";