ARM: dts: msm: Add qcom,wlan-cbc-enabled

Add qcom,wlan-cbc-enabled, then don't register wlan driver in charger
mode.

Change-Id: I7f8e0b06da75ebc5ba92fe2b2fd4c798e0e0e7f3
CRs-Fixed: 3699116
This commit is contained in:
Jianmin Zhu
2024-01-24 23:39:12 -08:00
parent e80c8c19bf
commit 1670b51be0
2 changed files with 2 additions and 0 deletions

View File

@@ -86,6 +86,7 @@
qcom,wlan-rc-num = <0>; qcom,wlan-rc-num = <0>;
qcom,wlan-ramdump-dynamic = <0x780000>; qcom,wlan-ramdump-dynamic = <0x780000>;
cnss-enable-self-recovery; cnss-enable-self-recovery;
qcom,wlan-cbc-enabled;
use-pm-domain; use-pm-domain;
qcom,same-dt-multi-dev; qcom,same-dt-multi-dev;
/* For AOP communication, use direct QMP instead of mailbox */ /* For AOP communication, use direct QMP instead of mailbox */

View File

@@ -85,6 +85,7 @@
qcom,wlan-rc-num = <0>; qcom,wlan-rc-num = <0>;
qcom,wlan-ramdump-dynamic = <0x780000>; qcom,wlan-ramdump-dynamic = <0x780000>;
cnss-enable-self-recovery; cnss-enable-self-recovery;
qcom,wlan-cbc-enabled;
use-pm-domain; use-pm-domain;
qcom,same-dt-multi-dev; qcom,same-dt-multi-dev;
/* For AOP communication, use direct QMP instead of mailbox */ /* For AOP communication, use direct QMP instead of mailbox */