From 644e132531aac8ac6bcddca8f5bf50bedb0534e6 Mon Sep 17 00:00:00 2001 From: David Southwick Date: Wed, 14 Sep 2022 11:27:38 +0200 Subject: [PATCH 1/2] Enable 21_x_x retimers --- .../0038-lx2160acex7-enable-21_retimer.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/u-boot-LSDK-21.08/0038-lx2160acex7-enable-21_retimer.patch diff --git a/patches/u-boot-LSDK-21.08/0038-lx2160acex7-enable-21_retimer.patch b/patches/u-boot-LSDK-21.08/0038-lx2160acex7-enable-21_retimer.patch new file mode 100644 index 0000000..4608c09 --- /dev/null +++ b/patches/u-boot-LSDK-21.08/0038-lx2160acex7-enable-21_retimer.patch @@ -0,0 +1,12 @@ +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}, From 690f6c651f0fc9dcaef849c7ac015d9de1bf4e86 Mon Sep 17 00:00:00 2001 From: David Southwick Date: Fri, 21 Oct 2022 13:43:55 +0200 Subject: [PATCH 2/2] fix patch format --- .../0038-lx2160acex7-enable-21_retimer.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/patches/u-boot-LSDK-21.08/0038-lx2160acex7-enable-21_retimer.patch b/patches/u-boot-LSDK-21.08/0038-lx2160acex7-enable-21_retimer.patch index 4608c09..935253e 100644 --- a/patches/u-boot-LSDK-21.08/0038-lx2160acex7-enable-21_retimer.patch +++ b/patches/u-boot-LSDK-21.08/0038-lx2160acex7-enable-21_retimer.patch @@ -1,3 +1,12 @@ +From 1d3e0bfe795a4ce5237408a8085f545017df8e7b Mon Sep 17 00:00:00 2001 +From: David Southwick +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 @@ -10,3 +19,6 @@ index 6a696deafe..e39fc7ed32 100644 /* Serdes block #2 */ {2, 0, false}, +-- +2.37.3 +