[PATCH v3 02/23] i2c: designware_i2c: Don't allow changing IC_CLK
Simon Glass
sjg at chromium.org
Thu Jan 23 19:48:05 CET 2020
If a different input clock is required then the correct way to do this is
with a clock driver. Don't allow boards to override IC_CLK.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Heiko Schocher <hs at denx.de>
---
Changes in v3: None
Changes in v2: None
drivers/i2c/designware_i2c.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/i2c/designware_i2c.h b/drivers/i2c/designware_i2c.h
index 3b407d2bed..10fb7d7d3e 100644
--- a/drivers/i2c/designware_i2c.h
+++ b/drivers/i2c/designware_i2c.h
@@ -59,9 +59,7 @@ struct i2c_regs {
u32 comp_type;
};
-#if !defined(IC_CLK)
#define IC_CLK 166
-#endif
#define NANO_TO_MICRO 1000
/* High and low times in different speed modes (in ns) */
--
2.25.0.341.g760bfbb309-goog
More information about the U-Boot
mailing list