Skip to content

Commit e540496

Browse files
Bhagavathi Perumal SKalle Valo
authored andcommitted
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 <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent 386f97e commit e540496

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ pci {
8888
#address-cells = <3>;
8989
device_type = "pci";
9090

91-
ath10k@0,0 {
91+
wifi@0,0 {
9292
reg = <0 0 0 0 0>;
93-
device_type = "pci";
9493
qcom,ath10k-calibration-data = [ 01 02 03 ... ];
9594
};
9695
};

0 commit comments

Comments
 (0)