commit | 434f84b7498335510cb11fae4d0b64c3570ddc9a | [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 | f28a77589e7505535a4eebdc7269df98f67dbe68 [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>