From: Liu Ying Date: Thu, 12 Feb 2015 06:01:30 +0000 (+0800) Subject: ARM: imx6q: clk: Add support for mipi_ipg clock as a shared clock gate X-Git-Tag: omap-for-v4.2/o2_dc~54^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e654df7a1a4843429b5d1d6ee40cac9ecef75304;p=pandora-kernel.git ARM: imx6q: clk: Add support for mipi_ipg clock as a shared clock gate The CG8 field of the CCM CCGR3 register is the 'mipi_core_cfg' gate clock, according to the i.MX6q/sdl reference manuals. This clock is actually the gate for several clocks, including the ipg clock's output. The MIPI DSI host controller embedded in the i.MX6q/sdl SoCs takes the ipg clock as the pclk - the APB clock signal . In order to gate/ungate the ipg clock, this patch adds a new shared clock gate named as "mipi_ipg". Signed-off-by: Liu Ying Signed-off-by: Shawn Guo --- Reading git-diff-tree failed