]> git.dujemihanovic.xyz Git - u-boot.git/commit
i2c: mxc_i2c: Convert to use livetree API for fdt access
authorTim Harvey <tharvey@gateworks.com>
Wed, 23 Oct 2024 20:28:54 +0000 (13:28 -0700)
committerFabio Estevam <festevam@gmail.com>
Fri, 25 Oct 2024 12:07:39 +0000 (09:07 -0300)
commitad2aad701a0a3d6da37d17092003588f46259274
tree4bf9bcee680eccd4af6f3065383d26eab0535ce7
parentd279f5d3a8ddff5db38d321d892f876350a8bf24
i2c: mxc_i2c: Convert to use livetree API for fdt access

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 <tharvey@gateworks.com>
drivers/i2c/mxc_i2c.c