Skip to content
Snippets Groups Projects
Commit b2e1333d authored by Christian Lamparter's avatar Christian Lamparter
Browse files

ipq40xx: 4.19: 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.

Reported-by: default avatarSven Eckelmann <sven@narfation.org>
Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
parent 1f0e08cf
Branches
Tags
No related merge requests found
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
wifi2: wifi@0,0 { wifi2: wifi@1,0 {
compatible = "qcom,ath10k"; compatible = "qcom,ath10k";
status = "okay"; status = "okay";
reg = <0x00010000 0 0 0 0>; reg = <0x00010000 0 0 0 0>;
......
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
wifi2: wifi@0,0 { wifi2: wifi@1,0 {
compatible = "qcom,ath10k"; compatible = "qcom,ath10k";
status = "okay"; status = "okay";
reg = <0x00010000 0 0 0 0>; reg = <0x00010000 0 0 0 0>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment