diff options
| author | Tom Rini <[email protected]> | 2021-08-18 23:12:32 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-30 14:10:07 -0400 |
| commit | a5752f8a2594613f96faac01748742de2ee06da2 (patch) | |
| tree | 562bf703a3f1815b16ff8cf667d3c71f4c98a30a /board | |
| parent | 1edef7693b576f7ab208a697bb01f033b68041fb (diff) | |
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_SPEED
CONFIG_SYS_I2C_SLAVE
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/compulab/imx8mm-cl-iot-gate/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/imx8mm-cl-iot-gate/spl.c b/board/compulab/imx8mm-cl-iot-gate/spl.c index 8f592457d4c..2dc62d6682e 100644 --- a/board/compulab/imx8mm-cl-iot-gate/spl.c +++ b/board/compulab/imx8mm-cl-iot-gate/spl.c @@ -176,7 +176,7 @@ void board_init_f(ulong dummy) enable_tzc380(); - setup_i2c(1, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); + setup_i2c(1, 100000, 0x7f, &i2c_pad_info1); power_init_board(); |
