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)
commite8094b2c17126c7dfdeafa296f206a4a3b122d23
treed3a26bcdc5d852c71d245118abc16d36ef43a508
parent2bb4b70b1dbb45f0c1a3ba98066e6635d8aa3fe0
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