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

Commit 3b973dd3 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 atoll"

parents 7b6c5e6a ccc1aa6a
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -451,6 +451,23 @@
		method = "smc";
	};

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

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