From: Dirk Behme Date: Fri, 3 May 2013 09:08:45 +0000 (+0200) Subject: ARM: i.MX6: clk: add i.MX6 DualLite differences X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~69^2~10^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e603ad98460fd0efab71e618d49a2ffc9aef67b;p=pandora-kernel.git 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 Signed-off-by: Shawn Guo --- Reading git-diff-tree failed