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

Commit f9e78573 authored by Gustavo Solaira's avatar Gustavo Solaira Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Remove unneeded sharedmem definition in mdm9650 CV2X



Remove unneeded definition in mdm9650 CV2X since it's not needed
for NAND based targets.

Change-Id: I1131a875978b833f594dd51569903aca8a289f5a
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent f47e1871
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-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
@@ -18,11 +18,4 @@
	model = "Qualcomm Technologies, Inc. MDM 9650 v1.1 CV2X";
	compatible = "qcom,mdm9650-ttp", "qcom,mdm9650", "qcom,ttp";
	qcom,board-id = <0x1e 1>, <0x1e 0x101>;

	qcom,rmtfs_sharedmem@0 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x0 0x00100000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
	};
};