i2c: mxs: correctly setup speed for non devicetree
authorWolfram Sang <w.sang@pengutronix.de>
Sat, 8 Sep 2012 15:28:06 +0000 (17:28 +0200)
committerWolfram Sang <w.sang@pengutronix.de>
Wed, 12 Sep 2012 15:55:22 +0000 (17:55 +0200)
Commit cd4f2d4 (i2c: mxs: Set I2C timing registers for mxs-i2c) only
covered the case for devicetree and made platform_data based boards
bail out with -EINVAL. Correctly support the latter one, too.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>

No differences found