Re: [U-Boot] [PATCH v3 094/108] i2c: designware: Add apollolake support

2019-10-27 Thread Heiko Schocher
Hello Simon, Am 21.10.2019 um 05:38 schrieb Simon Glass: For apollolake we need to take the I2C bus controller out of reset before using this. Add this functionality to the driver. Signed-off-by: Simon Glass --- Changes in v3: - Add a weak function to avoid errors on other platforms Changes

[U-Boot] [PATCH v3 094/108] i2c: designware: Add apollolake support

2019-10-20 Thread Simon Glass
For apollolake we need to take the I2C bus controller out of reset before using this. Add this functionality to the driver. Signed-off-by: Simon Glass --- Changes in v3: - Add a weak function to avoid errors on other platforms Changes in v2: None drivers/i2c/dw_i2c_pci.c | 20