On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass <[email protected]> wrote: > The Intel GPIO driver can set up the GPIO pin mapping when the first GPIO > is probed. However, it assumes that the first GPIO to be probed is in the > first GPIO bank. If this is not the case then the init will write to the > wrong registers. > > Fix this. Also add a note that this code is deprecated. We should move to > using device tree instead. > > Signed-off-by: Simon Glass <[email protected]> > --- > > arch/x86/include/asm/gpio.h | 5 +++++ > drivers/gpio/intel_ich6_gpio.c | 4 +++- > 2 files changed, 8 insertions(+), 1 deletion(-) >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

