
8 Dec
2019
8 Dec
'19
2:59 a.m.
On Sat, Dec 7, 2019 at 12:46 PM Simon Glass sjg@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 sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@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!