icnss2: Add support for WLAN WCN6450 device

Add corresponding driver support for WCN6450 device.
This change adds compatible dtsi entry, msi config,
v3 shadow register config and vreg regulator details
along with enabling bootup sequence for WCN6450 device.

Change-Id: I406c92cdc2815ffd1108331d382c4972befad998
CRs-Fixed: 3404702
This commit is contained in:
Sandeep Singh
2023-02-15 11:34:54 +05:30
committed by Madan Koyyalamudi
parent ecd2be21ed
commit aec346c6bc
6 changed files with 93 additions and 27 deletions

View File

@@ -475,7 +475,7 @@ static int icnss_stats_show(struct seq_file *s, void *data)
ICNSS_STATS_DUMP(s, priv, pm_stay_awake);
ICNSS_STATS_DUMP(s, priv, pm_relax);
if (priv->device_id != WCN6750_DEVICE_ID) {
if (priv->device_id == ADRASTEA_DEVICE_ID) {
seq_puts(s, "\n<------------------ MSA stats ------------------->\n");
ICNSS_STATS_DUMP(s, priv, msa_info_req);
ICNSS_STATS_DUMP(s, priv, msa_info_resp);