ipq806x: G10: use ASROCK's wifi calibration data
authorChristian Lamparter <chunkeey@gmail.com>
Thu, 3 Feb 2022 22:22:54 +0000 (23:22 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 4 Feb 2022 23:44:35 +0000 (00:44 +0100)
brings back the ath10k QCA9980 wifi nodes to which
it adds ASROCK's wifi calibration data. These are
now provided by the ath10k_firmware.git's board-2.bin.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-g10.dts

index d821e9b576bfe17bade9f8f7c5cc03dcbd9e04de..71dc177b1fb384610245fb9f3c45f46d7c769bb5 100644 (file)
 
 &pcie0 {
        status = "okay";
+
+       bridge@0,0 {
+               reg = <0x00000000 0 0 0 0>;
+               #address-cells = <3>;
+               #size-cells = <2>;
+               ranges;
+
+               wifi5g: wifi@1,0 {
+                       reg = <0x00010000 0 0 0 0>;
+                       compatible = "qcom,ath10k";
+                       qcom,ath10k-calibration-variant = "ASRock-G10";
+               };
+       };
 };
 
 &pcie1 {
        status = "okay";
+
+       bridge@0,0 {
+               reg = <0x00000000 0 0 0 0>;
+               #address-cells = <3>;
+               #size-cells = <2>;
+               ranges;
+
+               wifi2g: wifi@1,0 {
+                       reg = <0x00010000 0 0 0 0>;
+                       compatible = "qcom,ath10k";
+                       qcom,ath10k-calibration-variant = "ASRock-G10";
+               };
+       };
 };
 
 &qcom_pinmux {