From: Dirk Behme Date: Thu, 4 Apr 2013 14:03:29 +0000 (+0200) Subject: ARM i.MX6: Fix ldb_di clock selection X-Git-Tag: v3.9-rc7~21^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8094b2c17126c7dfdeafa296f206a4a3b122d23;p=pandora-kernel.git 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 Signed-off-by: Shawn Guo --- Reading git-diff-tree failed