commit | 82278e39bae07cdbd8916e84fef690ce78887e1a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 01 18:54:23 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 05 16:14:36 2021 -0400 |
tree | f5c5fcf8ca96eaebcdce57401889434d23e6b7b4 | |
parent | dc67bfa1d19a673685bb806b2759f12f194cbccd [diff] |
pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci() We don't need this check anymore since when PCI is enabled, driver model is always used. Signed-off-by: Simon Glass <sjg@chromium.org>