diff options
author | Bhagavathi Perumal S <bperumal@codeaurora.org> | 2018-12-20 14:25:32 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-12-20 19:09:41 +0200 |
commit | e5404969a335e25e3eb822649a7f40e9c5ba2446 (patch) | |
tree | 36bee3f4011ca635a1d15ebba2a49c61fa72cdea | |
parent | 386f97e3b201d18578abb0e7037b85a1ae50c0a3 (diff) | |
download | linux-e5404969a335e25e3eb822649a7f40e9c5ba2446.tar.gz linux-e5404969a335e25e3eb822649a7f40e9c5ba2446.tar.bz2 linux-e5404969a335e25e3eb822649a7f40e9c5ba2446.zip |
dt-bindings: net: ath10k: fix node name and device type in qcom ath10k example
In qcom,ath10k documentation, ath10k is used as node name in the example of
pci based device. Normally, node name should be class of device and not the
model name, so fix it to node name "wifi". And remove the property device_type
pci since only pci bridges should have this property.
Signed-off-by: Bhagavathi Perumal S <bperumal@codeaurora.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-rw-r--r-- | Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt index 09ae59470f64..bd6b276d078e 100644 --- a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt @@ -88,9 +88,8 @@ pci { #address-cells = <3>; device_type = "pci"; - ath10k@0,0 { + wifi@0,0 { reg = <0 0 0 0 0>; - device_type = "pci"; qcom,ath10k-calibration-data = [ 01 02 03 ... ]; }; }; |