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
This commit is contained in:
Ajit Vaishya
2023-03-02 08:22:57 -08:00
parent 79f4794b5e
commit 385efeb89d

View File

@@ -26,3 +26,7 @@
&bluetooth_qca6490 {
status = "ok";
};
&wpss_pas {
status = "disabled";
};