commit | 0e87edc78ee0cada06f35dba9ccdc648e1cbfac6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 03 18:28:26 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:19 2015 -0600 |
tree | 7f7aa47e1be0e1518bcb7577fd91a0f6f5d4abe4 | |
parent | a1548b819d7f1d1c66a2da7288565bc8b59ae845 [diff] |
dm: x86: minnowmax: Move PCI to use driver model Adjust minnowmax to use driver model for PCI. This requires adding a device tree node to specify the ranges, removing the board-specific PCI code and ensuring that the host bridge is configured. Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org>