Hi Sergei,
On Thu, 20 Oct 2022 at 08:50, Sergei Antonov wrote:
>
> Hello!
> Please look at this code from drivers/i2c/i2c-gpio.c:
>
> static int i2c_gpio_of_to_plat(struct udevice *dev)
> {
> struct i2c_gpio_bus *bus = dev_get_priv(dev);
> int ret;
>
> /* "gpios" is deprec
Hello!
Please look at this code from drivers/i2c/i2c-gpio.c:
static int i2c_gpio_of_to_plat(struct udevice *dev)
{
struct i2c_gpio_bus *bus = dev_get_priv(dev);
int ret;
/* "gpios" is deprecated and replaced by "sda-gpios" + "scl-gpios". */
ret = gpio_request_list_
2 matches
Mail list logo