Commit fdd9ac11 authored by DidntRead's avatar DidntRead
Browse files

early mount system

parent 9947b736
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -2021,6 +2021,22 @@ initrd=0x44000000,0x300000 loglevel=8 androidboot.hardware=mt6735";
	mt8193_bridge: multibridge@0 {
		compatible = "mediatek,multibridge";
	};

	firmware {
		android {
			compatible = "android,firmware";
			fstab {
				compatible = "android,fstab";
				system {
					compatible = "android,system";
					dev = "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/system";
					type = "ext4";
					mnt_flags = "ro,noatime";
					fsmgr_flags = "wait";
				};
			};
		};
	};
}; 

#include "cust.dtsi"