[U-Boot] [PATCH v2 54/55] x86: ivybridge: Use syscon for the GMA device

2016-01-17 Thread Simon Glass
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. Reviewed-by: Bin Meng Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/ivybridge/bd82x6x.c | 14 ++

Re: [U-Boot] [PATCH v2 54/55] x86: ivybridge: Use syscon for the GMA device

2016-01-21 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > 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. > > Reviewed-by: Bin Meng > Signed-off-by: Simon Glass > --- > > Change