]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: clk-imx6q: fix video divider for rev T0 1.0
authorGary Bisson <bisson.gary@gmail.com>
Wed, 3 Dec 2014 23:03:51 +0000 (15:03 -0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 29 Dec 2014 11:23:34 +0000 (19:23 +0800)
commit81ef447950bf0955aca46f4a7617d8ce435cf0ce
treee7240d24e566664e5120a8adc582d73f96d8c5fb
parentb2faf1a1aff945ec2abf2efdd9002c96b25378e8
ARM: clk-imx6q: fix video divider for rev T0 1.0

The post dividers do not work on i.MX6Q rev T0 1.0 so they must be fixed
to 1. As the table index was wrong, a divider a of 4 could still be
requested which implied the clock not to be set properly. This is the
root cause of the HDMI not working at high resolution on rev T0 1.0 of
the SoC.

Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx6q.c