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

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

Merge "ARM: dts: Add early mount partition details for trinket"

parents 92e44eb9 3eb18474
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -264,6 +264,23 @@

	soc: soc { };

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

	reserved-memory {
		#address-cells = <2>;
		#size-cells = <2>;