On Sat, Dec 7, 2019 at 12:46 PM Simon Glass <s...@chromium.org> wrote: > > Allow this driver to set up an IO address in SPL using an 'early-regs' > property. This allows SPL to use the I2C driver without having to enable > the full PCI stack. > > Also split out ofdata_to_platdata in designware driver since this is more > correct, and more convenient for the new logic. > > Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Bin Meng <bmeng...@gmail.com> > --- > > Changes in v6: > - Move lpss_reset_release() to another commit > > Changes in v5: None > Changes in v4: > - Add new patch to allow designware I2C driver to work in SPL > > Changes in v3: None > Changes in v2: None > > drivers/i2c/designware_i2c_pci.c | 43 +++++++++++++++++++++++++++++--- > 1 file changed, 40 insertions(+), 3 deletions(-) >
applied to u-boot-x86/next, thanks!