summaryrefslogtreecommitdiff
path: root/drivers/i2c/mxc_i2c.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-08-13 10:09:45 -0600
committerTom Rini <trini@konsulko.com>2024-08-13 10:09:45 -0600
commit638ecd85b329806cf017c5ec017b58a140438bef (patch)
tree3164df95a7e620560c6fdaec8519a460b98793f9 /drivers/i2c/mxc_i2c.c
parentf4f845b859266790b97421f0740efce36bc9b8d2 (diff)
parent710b9c89f2c2f19436f6c21d092af1a2b24a26a6 (diff)
Merge tag 'i2c-dm-updates-for-v2024-10-next' of https://source.denx.de/u-boot/custodians/u-boot-i2c into next
i2c DM updates for v2024.10 next - Add series from Simon, which removes old content in i2c.h so that we can move towards having just the dm API. It does not remove any boards, but instead removes functionality.
Diffstat (limited to 'drivers/i2c/mxc_i2c.c')
-rw-r--r--drivers/i2c/mxc_i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c
index 84c0050eac0..2f3cb5908c9 100644
--- a/drivers/i2c/mxc_i2c.c
+++ b/drivers/i2c/mxc_i2c.c
@@ -620,6 +620,7 @@ int enable_i2c_clk(unsigned char enable, unsigned int i2c_num)
__attribute__((weak, alias("__enable_i2c_clk")));
#if !CONFIG_IS_ENABLED(DM_I2C)
+
/*
* Read data from I2C device
*