wandboard: Don't use I2C speed Kconfig settings with DM_I2C
authorTrent Piepho <tpiepho@impinj.com>
Wed, 8 May 2019 23:30:01 +0000 (23:30 +0000)
committerHeiko Schocher <hs@denx.de>
Fri, 17 May 2019 03:35:24 +0000 (05:35 +0200)
commitd1337210d16a64eb7cf6e8a4393f08ab84656220
treec1c0c69e0f5008634d5b317c5a010a458daa89c9
parentc854933f50307f7abcb0280f93f8b2bba70b1ddb
wandboard: Don't use I2C speed Kconfig settings with DM_I2C

When using DM_I2C the speed value supplied to setup_i2c() is not used,
so this code required CONFIG_SYS_MXC_I2C[12]_SPEED to be defined to
compile, but did not actually use them.

Change this so we no longer need to define an unused macro to compile in
DM_I2C mode.  Also make it more clear that they do not control the bus
speed.  Otherwise it is quite easy to mistakenly believe they are used
to set the bus speed.

Cc: Heiko Schocher <hs@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Trent Piepho <tpiepho@impinj.com>
board/wandboard/wandboard.c