WIFI: Enable clock 19.2MHz for qrd8930
This change would set the has48MHz variable to '0' if
the device is QRD so that the QRD device would use
19.2 MHz clock as there is no support for 48 MHz by
default on the QRD device.
Change-Id: Id9f5b1ad977ce2af1b95c0476d95210534b4fb5e
Signed-off-by: rockiec <rockiec@codeaurora.org>
Signed-off-by: Deepthi Gowri <deepthi@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8930.c b/arch/arm/mach-msm/board-8930.c
index 4f01ba9..1888b17 100644
--- a/arch/arm/mach-msm/board-8930.c
+++ b/arch/arm/mach-msm/board-8930.c
@@ -3037,6 +3037,8 @@
else
platform_add_devices(pmic_pm8917_devices,
ARRAY_SIZE(pmic_pm8917_devices));
+ if(machine_is_msm8930_evt())
+ qcom_wcnss_pdata.has_48mhz_xo = 0;
platform_add_devices(common_devices, ARRAY_SIZE(common_devices));
if (machine_is_msm8930_evt() &&
(socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)) {