Home
last modified time | relevance | path

Searched hist:afa8cdd60755784a74ec4683106a2abe718f9623 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.cdiff afa8cdd60755784a74ec4683106a2abe718f9623 Mon Aug 20 20:24:34 CDT 2018 Adam Ford <aford173@gmail.com> DM: I2C: Reduce overhead when used with OF_PLATDATA

Platforms with limited resources in SPL may enably OF_PLATDATA,
this limits some of the library functions and cannot extract data
from the device tree. This patch adds additional wrappers around
these functions to only allow them when OF_CONTROL is enabled and
OF_PLATDATA is not.

Signed-off-by: Adam Ford <aford173@gmail.com>