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

Unverified Commit 115f219b authored by derfelot's avatar derfelot
Browse files

dts: yoshino: Mount oem partition to /ocm

parent ae30cc00
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -52,6 +52,15 @@
					fsmgr_flags = "wait,verify";
					status = "ok";
			};
 
			ocm {
					compatible = "android,oem";
					dev = "/dev/block/platform/soc/1da4000.ufshc/by-name/oem";
					type = "ext4";
					mnt_flags = "ro,barrier=1";
					fsmgr_flags = "wait";
					status = "ok";
			};
		};
	};
};