mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-16 20:31:05 +00:00
Merge pull request #1 from ZqinKing/main
fix jdcloud-ax1800-pro nic label
This commit is contained in:
commit
4fa79a70a4
@ -57,12 +57,14 @@
|
||||
&dp4 {
|
||||
phy-handle = <&qca8075_3>;
|
||||
status = "okay";
|
||||
label = "lan3";
|
||||
};
|
||||
|
||||
&dp5 {
|
||||
phy-handle = <&qca8075_4>;
|
||||
phy-mode = "psgmii";
|
||||
status = "okay";
|
||||
label = "lan4";
|
||||
};
|
||||
|
||||
&wifi {
|
||||
|
||||
@ -291,16 +291,19 @@
|
||||
&dp1{
|
||||
phy-handle = <&qca8075_0>;
|
||||
status = "okay";
|
||||
label = "wan";
|
||||
};
|
||||
|
||||
&dp2{
|
||||
phy-handle = <&qca8075_1>;
|
||||
status = "okay";
|
||||
label = "lan1";
|
||||
};
|
||||
|
||||
&dp3{
|
||||
phy-handle = <&qca8075_2>;
|
||||
status = "okay";
|
||||
label = "lan2";
|
||||
};
|
||||
|
||||
&qpic_bam {
|
||||
|
||||
@ -295,22 +295,26 @@
|
||||
&dp2 {
|
||||
phy-handle = <&qca8075_1>;
|
||||
status = "okay";
|
||||
label = "lan1";
|
||||
};
|
||||
|
||||
&dp3 {
|
||||
phy-handle = <&qca8075_2>;
|
||||
status = "okay";
|
||||
label = "lan2";
|
||||
};
|
||||
|
||||
&dp4 {
|
||||
phy-handle = <&qca8075_3>;
|
||||
status = "okay";
|
||||
label = "lan3";
|
||||
};
|
||||
|
||||
&dp5 {
|
||||
phy-handle = <&qca8075_4>;
|
||||
phy-mode = "psgmii";
|
||||
status = "okay";
|
||||
label = "wan";
|
||||
};
|
||||
|
||||
&sdhc_1 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user