commit | 8553e9b36e7c236af896bb471506004deaef8aef | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 23 11:48:05 2020 -0700 |
committer | Heiko Schocher <hs@denx.de> | Mon Jan 27 07:18:32 2020 +0100 |
tree | cb75b488d4494ba09c01dfa955a6a409d1b9da62 | |
parent | 4bca051a1eaa444ea502e5822aad94b1afd1f4f4 [diff] |
i2c: designware_i2c: Don't allow changing IC_CLK 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@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>