commit | 72ee734a6716aac5aaf336da70a811e308d2a84e | [log] [tgz] |
---|---|---|
author | Wolfram Sang <w.sang@pengutronix.de> | Sat Sep 08 17:28:06 2012 +0200 |
committer | Wolfram Sang <w.sang@pengutronix.de> | Wed Sep 12 17:55:22 2012 +0200 |
tree | bdf487c3eb7b9d539f605bbe063b6987624d9bfb | |
parent | c076ada4e4aaf45e1a31ad6de7c6cce36081e045 [diff] |
i2c: mxs: correctly setup speed for non devicetree 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>