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
e2825118
Commit
e2825118
authored
Mar 26, 2023
by
Josua Mayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: lx2162-clearfog: update phy addresses for new carrier
parent
fa9668c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
patches/linux-LSDK-21.08/0049-arm64-dts-lx2162-clearfog-update-phy-addresses-for-n.patch
...rm64-dts-lx2162-clearfog-update-phy-addresses-for-n.patch
+33
-0
No files found.
patches/linux-LSDK-21.08/0049-arm64-dts-lx2162-clearfog-update-phy-addresses-for-n.patch
0 → 100644
View file @
e2825118
From 996bafe64c3f69cc6bcb63003db2cafb2a121896 Mon Sep 17 00:00:00 2001
From: Josua Mayer <josua@solid-run.com>
Date: Sun, 19 Mar 2023 15:01:42 +0200
Subject: [PATCH 49/50] arm64: dts: lx2162-clearfog: update phy addresses for
new carrier
Early prototypes were offsetting the Marvell 8-port PHY addresses for
the lower half by +8 to avoid a conflict with on-SoM phy@1.
The final design offsets both parts by 8 to avoid confusion with
upper/lower naming in phy documentation - and special firmware
procedures.
Signed-off-by: Josua Mayer <josua@solid-run.com>
---
arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts b/arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts
index c949d260e3ae..961c9a6dac0f 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts
@@ -10,7 +10,7 @@
/* work-around for phy address 1 conflict on mdio bus */
#define OCTOPHY_ADDR_OFFSET_LOWER 0x08
-#define OCTOPHY_ADDR_OFFSET_UPPER 0x00
+#define OCTOPHY_ADDR_OFFSET_UPPER 0x08
#define OCTOPHY_ADDR_LOWER(index) (OCTOPHY_ADDR_OFFSET_LOWER + index)
#define OCTOPHY_ADDR_UPPER(index) (OCTOPHY_ADDR_OFFSET_UPPER + index)
--
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