forked from Mirrors/opensbi
lib: utils/i2c: Add simple FDT based I2C framework
FDT based I2C framework on the top of I2C library. The drivers are probed on demand by fdt_i2c_adapter_get function. Tested-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Alexandre Ghiti <alexandre.ghiti@canonical.com> Tested-by: Alexandre Ghiti <alexandre.ghiti@canonical.com> Signed-off-by: Nikita Shubin <n.shubin@yadro.com>
This commit is contained in:

committed by
Anup Patel

parent
2c964a2e15
commit
6ca6bcafb7
@@ -8,3 +8,4 @@
|
||||
#
|
||||
|
||||
libsbiutils-objs-y += i2c/i2c.o
|
||||
libsbiutils-objs-y += i2c/fdt_i2c.o
|
||||
|
Reference in New Issue
Block a user