]> git.baikalelectronics.ru Git - kernel.git/commit
ARM i.MX6: Fix ldb_di clock selection
authorDirk Behme <dirk.behme@de.bosch.com>
Thu, 4 Apr 2013 14:03:29 +0000 (16:03 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 9 Apr 2013 11:48:09 +0000 (19:48 +0800)
commit5351bc119731122cfd49f0a6c6022398f4a24535
treed3a26bcdc5d852c71d245118abc16d36ef43a508
parenteab511c4cce1c4cd0083c90c3c579a475adbec11
ARM i.MX6: Fix ldb_di clock selection

According to the recent i.MX6 Quad technical reference manual, mode 0x4 (100b)
of the CCM_CS2DCR register (address 0x020C402C) bits [11-9] and [14-12] select
the PLL3 clock, and not the PLL3 PFD1 540M clock. In our code, the PLL3 root
clock is named 'pll3_usb_otg', select this instead of the 540M clock.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx6q.c