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

Commit bea7637d authored by Siddharth Bhal's avatar Siddharth Bhal
Browse files

wcnss: select 19 MHz XO for 3610 Iris card



Add support to select 19MHz crystal oscillator
for 3610 Iris card.

Change-Id: I4ba3d5b516bdfcaceba1463465606aa9ec1d6c0a
CRs-Fixed: 738074
Signed-off-by: default avatarSiddharth Bhal <sbhal@codeaurora.org>
parent 19c9d762
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -144,7 +144,8 @@ struct host_driver {

enum {
	IRIS_3660, /* also 3660A and 3680 */
	IRIS_3620
	IRIS_3620,
	IRIS_3610
};


@@ -159,6 +160,9 @@ int xo_auto_detect(u32 reg)
	case IRIS_3620:
		return WCNSS_XO_19MHZ;

	case IRIS_3610:
		return WCNSS_XO_19MHZ;

	default:
		return WCNSS_XO_INVALID;
	}