]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: j721e: Drop SERDES PHY init from board file
authorRoger Quadros <rogerq@kernel.org>
Fri, 12 Jan 2024 12:49:47 +0000 (14:49 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 20 Jan 2024 16:38:18 +0000 (11:38 -0500)
commit434f84b7498335510cb11fae4d0b64c3570ddc9a
tree74f2c664669cf59a425f5701f00593cbef401912
parentf28a77589e7505535a4eebdc7269df98f67dbe68
board: ti: j721e: Drop SERDES PHY init from board file

Since commit 69b19ca67bcb ("arm: dts: k3-j721e: Sync with v6.6-rc1"),
the following error message is seen at u-boot
"Sierra init failed:-19"

Probing and initializing the SERDES PHY from
board file is not a clean solution so drop it.

Proper use case should be via PHY_UCLASS APIs.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
board/ti/j721e/evm.c