浏览代码

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: Sven Eckelmann <[email protected]>
Signed-off-by: Christian Lamparter <[email protected]>
Christian Lamparter 7 年之前
父节点
当前提交
b2e1333de3

+ 1 - 1
target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-a62.dts

@@ -221,7 +221,7 @@
 		#size-cells = <2>;
 		ranges;
 
-		wifi2: wifi@0,0 {
+		wifi2: wifi@1,0 {
 			compatible = "qcom,ath10k";
 			status = "okay";
 			reg = <0x00010000 0 0 0 0>;

+ 1 - 1
target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4029-mr33.dts

@@ -285,7 +285,7 @@
 		#size-cells = <2>;
 		ranges;
 
-		wifi2: wifi@0,0 {
+		wifi2: wifi@1,0 {
 			compatible = "qcom,ath10k";
 			status = "okay";
 			reg = <0x00010000 0 0 0 0>;