Re: [PATCH] board: ti: j721e: Return if there is an error while configuring SerDes

2022-07-06 Thread Tom Rini
On Fri, Jun 10, 2022 at 06:23:38PM +0530, Aswath Govindraju wrote: > While configuring SerDes, errors could be encountered, in these cases, > return instead of going ahead. This is will help in booting even if > configuration of SerDes fails. > > Signed-off-by: Aswath Govindraju Applied to

[PATCH] board: ti: j721e: Return if there is an error while configuring SerDes

2022-06-10 Thread Aswath Govindraju
While configuring SerDes, errors could be encountered, in these cases, return instead of going ahead. This is will help in booting even if configuration of SerDes fails. Signed-off-by: Aswath Govindraju --- board/ti/j721e/evm.c | 32 ++-- 1 file changed, 22