Skip to content

Commit

Permalink
qualcommax: ipq60xx: add missing dp6 node to ESS dtsi
Browse files Browse the repository at this point in the history
Without this wan port on Linksys MR7350 is not functioning.

Signed-off-by: Vladyslav Andreichykov <[email protected]>
  • Loading branch information
Vladdrako committed Mar 7, 2024
1 parent 5b1d6d4 commit 4905041
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,17 @@
reg = <0x0 0x3a001800 0x0 0x200>;
qcom,mactype = <0>;
local-mac-address = [000000000000];
phy-mode = "psgmii";
status = "disabled";
};

dp6: dp6 {
device_type = "network";
compatible = "qcom,nss-dp";
qcom,id = <6>;
reg = <0x0 0x3a001a00 0x0 0x200>;
qcom,mactype = <0>;
local-mac-address = [000000000000];
phy-mode = "sgmii";
status = "disabled";
};
Expand Down

0 comments on commit 4905041

Please sign in to comment.