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

Commit 5ac96778 authored by Tingwei Zhang's avatar Tingwei Zhang
Browse files

ARM: dts: msm: Add system and vendor early mount for MSM8953



Add support to early mount system and vendor partition. System
and vendor modules can be loaded during early init for msm8953.

Change-Id: I3da21022e0a654e72e2342a72e6ac89bdf441277
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent 82d3e545
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -28,6 +28,32 @@
		bootargs = "sched_enable_hmp=1 sched_enable_power_aware=1";
	};

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

			};
		};
	};

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