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

Commit 01cd4d55 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Disable pronto node on APQ8053 Lite dragonboard"

parents 38bf161e 2956956a
Loading
Loading
Loading
Loading
+11 −1
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
@@ -537,3 +537,13 @@
		status = "ok";
	};
};

&soc {
	qcom,wcnss-wlan@0a000000 {
		status = "disabled";
	};

	qcom,pronto@a21b000 {
		status = "disabled";
	};
};