From 385efeb89dc93507405fdf59d05109091d49085a Mon Sep 17 00:00:00 2001 From: Ajit Vaishya Date: Thu, 2 Mar 2023 08:22:57 -0800 Subject: [PATCH] ARM: dts: msm: Disable wlan remoteproc in HSP cnss node Bydefault wlan remoteproc is enabled in based dtsi file i.e. ravelin.dtsi. wpss image is load via remoteproc in MSL target and wlan FW load via PBL/SBL in HSP. So wlan remoteproc needed for MSL target only. This fix Disables wlan remoteproc entry for HSP cnss node. Change-Id: If6c7f72cbba4fb7f0a12ce5049c75ca7125f956f CRs-Fixed: 3413919 --- qcom/montague-hsp.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/montague-hsp.dtsi b/qcom/montague-hsp.dtsi index 6bdc3b48..4cf6b7e6 100644 --- a/qcom/montague-hsp.dtsi +++ b/qcom/montague-hsp.dtsi @@ -26,3 +26,7 @@ &bluetooth_qca6490 { status = "ok"; }; + +&wpss_pas { + status = "disabled"; +};