commit | a75abeb6b84defef6081b9f341be9d9c7abc173c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:59 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:09:42 2016 +0800 |
tree | 2fa7d292b53be82731264d453b473d2e17782ef5 | |
parent | 43a5034ba5a7198f53fd2611b97adf6af8447fb6 [diff] |
x86: ivybridge: Use syscon for the GMA device Until we have a proper video uclass we can use syscon to handle the GMA device, and avoid the special device tree and PCI searching. Update the code to work this way. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>