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

Commit 2d8c1493 authored by Hardik Kantilal Patel's avatar Hardik Kantilal Patel Committed by Gerrit - the friendly Code Review server
Browse files

wcnss: Add iris chip id for MSM8909 target



Add iris chip id to support new IRIS card for MSM8909
target.

CRs-Fixed: 827135
Change-Id: I465a8deb826b41462f0ff136bdf209313846b5f3
Signed-off-by: default avatarHardik Kantilal Patel <hkpatel@codeaurora.org>
parent 162e9ed4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ static int is_power_on;
#define WCN3620       0x5111
#define WCN3620A      0x5112
#define WCN3610       0x9101
#define WCN3610V1     0x9110

#define WCNSS_PMU_CFG_IRIS_XO_CFG          BIT(3)
#define WCNSS_PMU_CFG_IRIS_XO_EN           BIT(4)
@@ -197,6 +198,7 @@ int validate_iris_chip_id(u32 reg)
	case WCN3620:
	case WCN3620A:
	case WCN3610:
	case WCN3610V1:
		return 0;
	default:
		return 1;