summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamad Kadmany <hkadmany@codeaurora.org>2017-01-03 10:26:55 +0200
committerHamad Kadmany <hkadmany@codeaurora.org>2017-01-03 10:26:55 +0200
commit3c31fdfb032aaf5c3c2f8afb7053d1c4cf29c9a0 (patch)
treef2c3e22e077ff3f1b8a50f2f4f2a046c7255b8e0
parent55e8426a192811d7567f19d7e781727f46b0406d (diff)
ARM: dts: msm: Enable wil6210 device for 8998 qrd-skuk
wil6210 is required for 11ad card that is present in qrd-skuk. Hence update the device node status to reflect this. Change-Id: I9f2461551a67b757064ee88f609fc8e2c9d75211 Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi b/arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi
index 07a0e6e6d5ad..420f78b442b9 100644
--- a/arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi
+++ b/arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -457,3 +457,7 @@
&blue_led {
/delete-property/ linux,default-trigger;
};
+
+&wil6210 {
+ status = "ok";
+};