Re: [PATCH] i2c: i2c-gpio: Support the named GPIO binding

2021-08-22 Thread Heiko Schocher
Hello Samuel, On 22.08.21 02:25, Samuel Holland wrote: > To avoid confusion about the order of the GPIOs, the i2c-gpio binding > was updated to use a separate property for each GPIO instead of an > array. However, the driver only supports the old binding. Add support > for the new binding as

Re: [PATCH] i2c: i2c-gpio: Support the named GPIO binding

2021-08-22 Thread Heiko Schocher
Hello Samuel, On 22.08.21 02:25, Samuel Holland wrote: > To avoid confusion about the order of the GPIOs, the i2c-gpio binding > was updated to use a separate property for each GPIO instead of an > array. However, the driver only supports the old binding. Add support > for the new binding as

[PATCH] i2c: i2c-gpio: Support the named GPIO binding

2021-08-21 Thread Samuel Holland
To avoid confusion about the order of the GPIOs, the i2c-gpio binding was updated to use a separate property for each GPIO instead of an array. However, the driver only supports the old binding. Add support for the new binding as well, so the driver continues to work as device trees are updated.