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 { &dp1 {
status = "okay"; status = "okay";
phy-handle = <&qca8075_0>; phy-handle = <&qca8075_0>;
label = "wan"; label = "lan1";
}; };
&dp2 { &dp2 {
status = "okay"; status = "okay";
phy-handle = <&qca8075_1>; phy-handle = <&qca8075_1>;
label = "lan1"; label = "lan2";
}; };
&dp3 { &dp3 {
status = "okay"; status = "okay";
phy-handle = <&qca8075_2>; phy-handle = <&qca8075_2>;
label = "lan2"; label = "lan3";
}; };
&dp4 { &dp4 {
status = "okay"; status = "okay";
phy-handle = <&qca8075_3>; phy-handle = <&qca8075_3>;
label = "lan3"; label = "wan";
}; };
&wifi { &wifi {

View File

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