ARM: i.MX6: clk: add i.MX6 DualLite differences
authorDirk Behme <dirk.behme@de.bosch.com>
Fri, 3 May 2013 09:08:45 +0000 (11:08 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:45:09 +0000 (15:45 +0800)
commit2e603ad98460fd0efab71e618d49a2ffc9aef67b
tree209f7d68bcf4c8918a94d813e95ffdf6058d1e30
parentb3a9c315378ff811bf34393f2f0a6e8b9ffced3b
ARM: i.MX6: clk: add i.MX6 DualLite differences

The CCM_CBCMR register (address 0x02C4018) has different meaning
between the i.MX6 Quad/Dual and the i.MX6 Solo/DualLite.

Compared to the i.MX6 Quad/Dual, the CCM_CBCMR register in the
i.MX6 Solo/DualLite doesn't have a gpu3d_shader configuration and
moves the gpu2_core configuration at that place.

Handle these i.MX6 Quad/Dual vs. i.MX6 Solo/DualLite clock differences
by using cpu_is_mx6dl().

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