qualcommax: fixes dts part for some devices

Fixes: #12309
This commit is contained in:
aiamadeus 2024-06-14 23:15:18 +08:00
parent 34a261f30e
commit a68bae1b95
2 changed files with 5 additions and 6 deletions

View File

@ -184,25 +184,25 @@
&dp1 {
status = "okay";
phy-handle = <&qca8075_0>;
label = "wan";
label = "lan1";
};
&dp2 {
status = "okay";
phy-handle = <&qca8075_1>;
label = "lan1";
label = "lan2";
};
&dp3 {
status = "okay";
phy-handle = <&qca8075_2>;
label = "lan2";
label = "lan3";
};
&dp4 {
status = "okay";
phy-handle = <&qca8075_3>;
label = "lan3";
label = "wan";
};
&wifi {

View File

@ -271,6 +271,5 @@
&wifi {
status = "okay";
qcom,ath11k-calibration-variant = "JDC-AX1800-Pro";
qcom,ath11k-fw-memory-mode = <1>;
qcom,ath11k-calibration-variant = "JDC-AX6600";
};