ARM: dts: msm: Enable 802.11ad wifi device on msm8996 platform
Enable IEEE802.11AD WiFi device wil6210. Change wil6210 PCIe parent for MSM8996 platform. Change-Id: I58919c766c0e6f0090d309492de1ecf12718824d Signed-off-by: Zhaoyang Liu <zhaoyang@codeaurora.org>
This commit is contained in:
parent
cb0e8e7c96
commit
d1271b24c9
2 changed files with 12 additions and 1 deletions
|
@ -89,3 +89,9 @@
|
|||
&modem_mem {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&wil6210 {
|
||||
qcom,pcie-parent = <&pcie0>;
|
||||
qcom,smmu-support;
|
||||
status = "ok";
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2015-2018, 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
|
||||
|
@ -86,3 +86,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
&wil6210 {
|
||||
qcom,pcie-parent = <&pcie0>;
|
||||
qcom,smmu-support;
|
||||
status = "ok";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue