diff options
author | Tom Rini <trini@konsulko.com> | 2024-08-13 10:09:45 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-08-13 10:09:45 -0600 |
commit | 638ecd85b329806cf017c5ec017b58a140438bef (patch) | |
tree | 3164df95a7e620560c6fdaec8519a460b98793f9 /drivers/i2c/mxc_i2c.c | |
parent | f4f845b859266790b97421f0740efce36bc9b8d2 (diff) | |
parent | 710b9c89f2c2f19436f6c21d092af1a2b24a26a6 (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.c | 1 |
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 * |