commit | b59349a0c0dc37aa4cc6d8ae0c0647c22a9b3918 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Wed Oct 10 21:27:08 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 20 15:23:38 2018 -0400 |
tree | 1913f840f73831fe79555392ebc2daa290f32c6e | |
parent | 92ed9865212bfad48e40f789e36845f69b4580f8 [diff] |
test: Add PCI device entry without compat string and with DT node Add PCI entry without compatible string and with a DT node only with reg = <...> property into the DT. This is needed for the tests to verify whether such a setup creates an U-Boot PCI device with the DT node associated with it in udevice.node. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>