]> git.itanic.dy.fi Git - linux-stable/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jan 2015 16:29:44 +0000 (08:29 -0800)
commit73ea8acf0bb3e7150a91c3e8b01ca7e221d59dec
tree23931c9da0407a4344935aaf03d17ea821dfe245
parent61bca51affccbb1de568ff4142a86b543b3a6cbb
ARM: clk-imx6q: fix video divider for rev T0 1.0

commit 81ef447950bf0955aca46f4a7617d8ce435cf0ce upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-imx/clk-imx6q.c