commit | 926a299c42e38bbe8bb909eae0146e676b66afe4 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Thu Aug 02 10:27:15 2018 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Tue Aug 07 10:32:03 2018 +0100 |
tree | 76a65a5577508571a4789aa92bf28b3ecb02d5b2 | |
parent | a3d335f5de7cdd714737a9f8bdcc7b205b0f8d5e [diff] |
drm/i2c: tda998x: correct PLL divider calculation The serializer PLL divider is a power-of-two divider, so our calculation which assumes that it's a numerical divider is incorrect. Replace it with one that results in a power-of-two divider value instead. Tested with all supported modes with a Samsung S24C750. Tested-by: Peter Rosin <peda@axentia.se> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>