commit | be80dbaa3ed64337693be58fb2f3808e78911ba6 | [log] [tgz] |
---|---|---|
author | Kevin Wells <wellsk40@gmail.com> | Tue Mar 16 15:55:36 2010 -0700 |
committer | Ben Dooks <ben-linux@fluff.org> | Tue Apr 20 01:16:57 2010 +0100 |
tree | 0fd671b707e584ac7cedf4166063b7185d620fa4 | |
parent | 7c6bd2010fced38444c9fd658f4c6ce61bd185bf [diff] |
i2c-pnx: Limit maximum divider to 1023 Limit maximum divider to 0x3ff to divider computations. On high I2C parent clock rates, the divider can exceed 0x3ff. This will help prevent some very odd clock rates. Signed-off-by: Kevin Wells <wellsk40@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>