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

Commit d9a12b0c authored by Baochu Xu's avatar Baochu Xu Committed by Monika Singh
Browse files

ARM: dts: move android fstab node to SDW2500 dts



Move android fstab node to SDW2500 dts.This node
is removed for System-As-Root feature on Android P.

Change-Id: I53f4bd6f5f66f2663003dce1f2db04fd3e5af4bf
Signed-off-by: default avatarBaochu Xu <bxu@codeaurora.org>
parent edbbd979
Loading
Loading
Loading
Loading
+25 −6
Original line number Diff line number Diff line
@@ -297,12 +297,31 @@
	};
};

&system_fstab {
&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";
				status = "ok";
			};

&vendor_fstab {
				system {
				compatible = "android,system";
				dev = "/dev/block/platform/soc/7824900.sdhci/
					by-name/system";
				type = "ext4";
				mnt_flags = "ro,barrier=1,discard";
				fsmgr_flags = "wait";
				status = "ok";
			};
		};
	};
};

&mdss_dsi0{
+25 −6
Original line number Diff line number Diff line
@@ -299,12 +299,31 @@
	};
};

&system_fstab {
&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";
				status = "ok";
			};

&vendor_fstab {
				system {
				compatible = "android,system";
				dev = "/dev/block/platform/soc/7824900.sdhci/
					by-name/system";
				type = "ext4";
				mnt_flags = "ro,barrier=1,discard";
				fsmgr_flags = "wait";
				status = "ok";
			};
		};
	};
};

&mdss_dsi0{