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

Commit 4444c50f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wcnss: select 19 MHz XO for 3610 Iris card"

parents 36a4a160 bea7637d
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;
	}