commit | 5c746eb9ccfc1d187080c3bd4216a12428d3d5bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 20 08:36:40 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 14 11:42:51 2025 -0600 |
tree | 66d6d33a596ed56141414493a70d4d73929cf3f2 | |
parent | 9ab26117bd71aa03dba2f24c6612075dc827daa2 [diff] |
dm: core: Simplify dm_probe_devices() There is no point in checking the pre_reloc flag, since devices not marked as pre-reloc will not have been bound, so won't exist yet. There doesn't seem to be any point in checking if the device has a valid devicetree node either, so drop that too. Signed-off-by: Simon Glass <sjg@chromium.org>