Re: [PATCH 3/4] i2c: mxc_i2c: Convert to use livetree API for fdt access

2024-10-28 Thread Heiko Schocher
Hello Tim, On 23.10.24 22:28, Tim Harvey wrote: Convert to using livetree API functions. Without this if livetree is enabled (OF_LIVE) the mxc-i2c driver will fail to support scl-gpios and sda-gpios for i2c bus recovery. Signed-off-by: Tim Harvey --- drivers/i2c/mxc_i2c.c | 16 ++---

[PATCH 3/4] i2c: mxc_i2c: Convert to use livetree API for fdt access

2024-10-23 Thread Tim Harvey
Convert to using livetree API functions. Without this if livetree is enabled (OF_LIVE) the mxc-i2c driver will fail to support scl-gpios and sda-gpios for i2c bus recovery. Signed-off-by: Tim Harvey --- drivers/i2c/mxc_i2c.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-