commit | e0ff4b2c9f8b9326a32bc910571a37a6c7a09c4a | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 01 01:40:54 2016 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Feb 05 12:47:22 2016 +0800 |
tree | c093d10333e6cf9a0f45b91d8ed4cfdbd7b3b7d7 | |
parent | f041c56427b69aea39f8d12f85bc2653b1c9adaf [diff] |
x86: tnc: Use DM PCI API in disable_igd() Once we get udevice of IGD and SDVO, we can use its udevice to access PCI configuration space with dm_pci_write_config32(). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>