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

Commit 410b4c6b authored by Kyle Yan's avatar Kyle Yan
Browse files

ARM: dts: msm: Disable and SPSS related nodes on SDM830



SDM830 does not have a secure processor subsystem so any access
to SPSS specific registers will cause access violations. Disable all
nodes to do with SPSS.

Change-Id: Id5abe884ddcaa94795d364ea62c95b3f21b96fa0
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent e6ccf71c
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, 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
@@ -29,5 +29,12 @@
	qcom,llcc@1300000 {
		status = "disabled";
	};

	qcom,spss@1880000 {
		status = "disabled";
	};

	qcom,glink-mailbox-xprt-spss@1885008 {
		status = "disabled";
	};
};