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

Commit 68e9b206 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Disable and SPSS related nodes on SDM830" into msm-4.9

parents 281e6bfb 410b4c6b
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";
	};
};