commit | 026f1e9c206c3d4de93528b7d257a6ded75362c8 | [log] [tgz] |
---|---|---|
author | Sergei Antonov <saproj@gmail.com> | Sun Jul 30 21:17:09 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 14 17:55:53 2023 -0400 |
tree | 9133ed8852e8324d268829c8f554df0368c625b8 | |
parent | f0be00ea95dca7a49201906690ff59d198061b95 [diff] |
pci: ftpci100: add new driver implementation Add a new DM driver supporting FTPCI100 IP used in SoC designs. This implementation is not based on the old non-DM ftpci100 code dropped from U-Boot. Enable the driver in sandbox_defconfig to test compilability. Signed-off-by: Sergei Antonov <saproj@gmail.com>