commit | 109981662f29b8d56d7486921c9bd8d31b007e98 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@kernel.org> | Fri Jan 12 14:49:47 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 20 11:38:18 2024 -0500 |
tree | 74f2c664669cf59a425f5701f00593cbef401912 | |
parent | aaa1a5d9de500ab95c676e5ce55e07e770b7c296 [diff] |
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>