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

Commit 2956956a authored by gaolez's avatar gaolez Committed by Gerrit - the friendly Code Review server
Browse files

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



Disable pronto node to eliminate the side effect to naples wlan
card on APQ8053 Lite dragonboard.

Change-Id: I6668448627366de6ed3f6c06eca96544e482dd12
Signed-off-by: default avatarGaole Zhang <gaolez@codeaurora.org>
parent 5cbd5140
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";
	};
};