Skip to content

Commit

Permalink
ipq806x: G10: use ASROCK's wifi calibration data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
chunkeey committed Feb 4, 2022
1 parent c2630ac commit 965e878
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-g10.dts
Expand Up @@ -197,10 +197,36 @@

&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 {
Expand Down

0 comments on commit 965e878

Please sign in to comment.