Browse Source

ipq40xx: rutx10: Add missing variant to ath10k wifi

Add missing variant to ath10k wifi to allign to BDF changes for
Teltonika RUTX10.

Signed-off-by: Christian Marangi <[email protected]>
Christian Marangi 2 years ago
parent
commit
13fefc54fc
1 changed files with 10 additions and 0 deletions
  1. 10 0
      target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-rutx10.dts

+ 10 - 0
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-rutx10.dts

@@ -24,3 +24,13 @@
 		};
 	};
 };
+
+&wifi0 {
+	status = "okay";
+	qcom,ath10k-calibration-variant = "Teltonika-RUTX10";
+};
+
+&wifi1 {
+	status = "okay";
+	qcom,ath10k-calibration-variant = "Teltonika-RUTX10";
+};