Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable 21_x_x retimers #73

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions patches/u-boot-LSDK-21.08/0038-lx2160acex7-enable-21_retimer.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 1d3e0bfe795a4ce5237408a8085f545017df8e7b Mon Sep 17 00:00:00 2001
From: David Southwick <[email protected]>
Date: Fri, 21 Oct 2022 13:40:44 +0200
Subject: [PATCH] add Serdes config 21 to retimer setup

---
board/solidrun/lx2160a/eth_lx2160acex7.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/board/solidrun/lx2160a/eth_lx2160acex7.c b/board/solidrun/lx2160a/eth_lx2160acex7.c
index 6a696deafe..e39fc7ed32 100644
--- a/board/solidrun/lx2160a/eth_lx2160acex7.c
+++ b/board/solidrun/lx2160a/eth_lx2160acex7.c
@@ -217,6 +217,7 @@ static struct serdes_configuration {
{1, 18, true},
{1, 19, true},
{1, 20, true},
+ {1, 21, true},

/* Serdes block #2 */
{2, 0, false},
--
2.37.3