Re: [PATCH 06/15] board: ti: j721e: evm: Drop board based serdes initialization

2023-11-04 Thread Kumar, Udit
On 11/4/2023 4:05 PM, Kumar, Udit wrote: On 11/3/2023 6:07 AM, Nishanth Menon wrote: Serdes initialization should be compile flag based instead of being eeprom based. Signed-off-by: Nishanth Menon ---   board/ti/j721e/evm.c | 10 ++   1 file changed, 2 insertions(+), 8 deletions(-) di

Re: [PATCH 06/15] board: ti: j721e: evm: Drop board based serdes initialization

2023-11-04 Thread Kumar, Udit
On 11/3/2023 6:07 AM, Nishanth Menon wrote: Serdes initialization should be compile flag based instead of being eeprom based. Signed-off-by: Nishanth Menon --- board/ti/j721e/evm.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/board/ti/j721e/evm.c b/board/t

[PATCH 06/15] board: ti: j721e: evm: Drop board based serdes initialization

2023-11-02 Thread Nishanth Menon
Serdes initialization should be compile flag based instead of being eeprom based. Signed-off-by: Nishanth Menon --- board/ti/j721e/evm.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/board/ti/j721e/evm.c b/board/ti/j721e/evm.c index 17640ae79665..d49993fffe39 100