[PATCH 4/5] i2c: gpio: Augment all boardfiles to use open drain
From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-10-19 15:48:37
Also in:
linux-i2c, linux-mips
From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-10-19 15:48:37
Also in:
linux-i2c, linux-mips
On Sun, Sep 10, 2017 at 11:44 PM, Linus Walleij [off-list ref] wrote:
We now handle the open drain mode internally in the I2C GPIO driver, but we will get warnings from the gpiolib that we override the default mode of the line so it becomes open drain. We can fix all in-kernel users by simply passing the right flag along in the descriptor table, and we already touched all of these files in the series so let's just tidy it up. Cc: arm at kernel.org Cc: Steven Miao <redacted> Cc: Ralf Baechle <redacted> Cc: Lee Jones <redacted> Signed-off-by: Linus Walleij <redacted> --- ARM SoC folks: requesting ACK for Wolfram to take this patch.
Acked-by: Arnd Bergmann <arnd@arndb.de>