Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lx2160a_build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
lx2160a_build
Commits
2c639d4e
Commit
2c639d4e
authored
Apr 30, 2023
by
Josua Mayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lx2162-clearfog: fix assignment of 2500 speed capability for rj45
parent
5bf5e083
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
patches/linux-LSDK-21.08/0068-arm64-dts-lx2160a-clearfog-itx-fix-phy-2500-max-spee.patch
...rm64-dts-lx2160a-clearfog-itx-fix-phy-2500-max-spee.patch
+55
-0
No files found.
patches/linux-LSDK-21.08/0068-arm64-dts-lx2160a-clearfog-itx-fix-phy-2500-max-spee.patch
0 → 100644
View file @
2c639d4e
From 41eead769fa208124644533fb76577d802bef516 Mon Sep 17 00:00:00 2001
From: Josua Mayer <josua@solid-run.com>
Date: Thu, 20 Apr 2023 18:36:36 +0300
Subject: [PATCH 68/69] arm64: dts: lx2160a-clearfog-itx: fix phy 2500
max-speed indication
Reassign the 2500Mbps limit to the correct PHYs - connected to dpmacs
13&14, that can support USXGMII.
Signed-off-by: Josua Mayer <josua@solid-run.com>
---
arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts b/arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts
index 9323c0fc8937..3496697c7e36 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts
@@ -414,13 +414,13 @@
ethernet_phy1: mv88e3580-p1@1 {
ethernet_phy2: mv88e3580-p2@2 {
reg = <OCTOPHY_ADDR_LOWER(2)>;
compatible = "ethernet-phy-ieee802.3-c45";
- max-speed = <2500>;
+ max-speed = <1000>;
};
ethernet_phy3: mv88e3580-p3@3 {
reg = <OCTOPHY_ADDR_LOWER(3)>;
compatible = "ethernet-phy-ieee802.3-c45";
- max-speed = <2500>;
+ max-speed = <1000>;
};
ethernet_phy4: mv88e3580-p4@4 {
@@ -432,7 +432,7 @@
ethernet_phy4: mv88e3580-p4@4 {
ethernet_phy5: mv88e3580-p5@5 {
reg = <OCTOPHY_ADDR_UPPER(5)>;
compatible = "ethernet-phy-ieee802.3-c45";
- max-speed = <1000>;
+ max-speed = <2500>;
};
ethernet_phy6: mv88e3580-p6@6 {
@@ -444,7 +444,7 @@
ethernet_phy6: mv88e3580-p6@6 {
ethernet_phy7: mv88e3580-p7@7 {
reg = <OCTOPHY_ADDR_UPPER(7)>;
compatible = "ethernet-phy-ieee802.3-c45";
- max-speed = <1000>;
+ max-speed = <2500>;
};
};
--
2.35.3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment