mirror of https://github.com/hak5/openwrt.git
ipq40xx: fix pcie wifi unit-address of the MR33 and A62
The unit address should be wifi@1,0 since the device is located at 0000:01:00.0. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>openwrt-19.07
parent
a8bae35914
commit
6dff341106
|
@ -217,7 +217,7 @@
|
|||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
wifi2: wifi@0,0 {
|
||||
wifi2: wifi@1,0 {
|
||||
compatible = "qcom,ath10k";
|
||||
status = "okay";
|
||||
reg = <0x00010000 0 0 0 0>;
|
||||
|
|
|
@ -279,7 +279,7 @@
|
|||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
wifi2: wifi@0,0 {
|
||||
wifi2: wifi@1,0 {
|
||||
compatible = "qcom,ath10k";
|
||||
status = "okay";
|
||||
reg = <0x00010000 0 0 0 0>;
|
||||
|
|
Loading…
Reference in New Issue