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

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

Merge "ARM: dts: msm: Early mount of vendor partition for sdm429"

parents 7e7d16df 7f800bb0
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -26,7 +26,23 @@
		bootargs = "sched_enable_hmp=1 kpti=0";
	};

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

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