aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.h
diff options
context:
space:
mode:
authorToshi Kikuchi <toshik@chromium.org>2014-12-02 10:55:54 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2014-12-08 17:33:29 +0200
commit5aabff05df8e137c6690437f79b05408294fea57 (patch)
treeae4c334b4d3a2cb032d5844148a56cbabe976466 /drivers/net/wireless/ath/ath10k/pci.h
parentdt: bindings: add ath10k wireless device (diff)
downloadlinux-dev-5aabff05df8e137c6690437f79b05408294fea57.tar.xz
linux-dev-5aabff05df8e137c6690437f79b05408294fea57.zip
ath10k: read calibration data from Device Tree
This patch adds support for reading calibration data from Device Tree. It looks for the calibration data in Device Tree if it can't find it in a file. If there's no node in Device Tree, ath10k will try to find the calibration data from OTP. The node for the calibration data should be defined like this: pci { pcie@0 { reg = <0 0 0 0 0>; #interrupt-cells = <1>; #size-cells = <2>; #address-cells = <3>; device_type = "pci"; ath10k@0,0 { reg = <0 0 0 0 0>; device_type = "pci"; qcom,ath10k-calibration-data = [ 01 02 03 ... ]; }; }; }; Signed-off-by: Toshi Kikuchi <toshik@chromium.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.h')
0 files changed, 0 insertions, 0 deletions