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

Commit 6e942f42 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: move android fstab node to SDW2500 dts"

parents 1c41dc15 d9a12b0c
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{