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

Commit 749953cb authored by SonicBSV's avatar SonicBSV
Browse files

markw:dts:up from LA.UM.8.6.r1-04200-89xx.0

parent 94d9e78b
Loading
Loading
Loading
Loading
+8 −15
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
@@ -39,15 +39,6 @@
					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";
				};

			};
		};
	};
@@ -93,7 +84,7 @@
			compatible = "shared-dma-pool";
			reusable;
			alignment = <0 0x400000>;
			size = <0 0x09800000>;
			size = <0 0x0b400000>;
		};

		qseecom_mem: qseecom_region@0 {
@@ -1223,9 +1214,9 @@
			reg = <0x10 8>;
		};

		dload_type@18 {
		dload_type@1c {
			compatible = "qcom,msm-imem-dload-type";
			reg = <0x18 4>;
			reg = <0x1c 4>;
		};

		restart_reason@65c {
@@ -1772,8 +1763,10 @@

	sdhc_1: sdhci@7824900 {
		compatible = "qcom,sdhci-msm";
		reg = <0x7824900 0x500>, <0x7824000 0x800>, <0x7824e00 0x200>;
		reg-names = "hc_mem", "core_mem", "cmdq_mem";
		reg = <0x7824900 0x500>, <0x7824000 0x800>, <0x7824e00 0x200>,
				<0x0119d000 0x4>;
		reg-names = "hc_mem", "core_mem", "cmdq_mem",
				"tlmm_mem";

		interrupts = <0 123 0>, <0 138 0>;
		interrupt-names = "hc_irq", "pwr_irq";