diff options
author | Simon Glass <sjg@chromium.org> | 2024-08-11 08:50:39 -0600 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2024-08-13 06:12:48 +0200 |
commit | 98dfa70f84f036c7423f1eddf00af8ea555fed8f (patch) | |
tree | fa4965bdfe9410df7748a65c91f74b3b8874383f /drivers/i2c | |
parent | 12d38c5a70a8378a0a212260ec89df9fe7298c1b (diff) |
fsl: mxc: Drop legacy I2c
Drop some old code from the mxc_i2c and ddr/fsl drivers. This will allow
removal of very old common I2C code.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/i2c')
-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 * |