]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fields
authorEric Nelson <eric.nelson@boundarydevices.com>
Fri, 21 Sep 2012 07:33:51 +0000 (07:33 +0000)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:08 +0000 (11:54 -0700)
commit0bb7e316f0ba1899ef2e94d75510c043683c212f
treefa00e9103cf0a7e45ca6a826d16d36b18f276541
parente72d617860f7833756acddaf09ac28a3d8986d4c
i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fields

Add meaningful constants for each clock channels and use them for
enabling and disabling i.MX6 clocks.

Includes an update to enable/disable the IPU1 clock in
drivers/video/ipu_common to remove IMX5x register access
when used on i.MX6 as discussed in V1:

     http://patchwork.ozlabs.org/patch/185129/

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
arch/arm/cpu/armv7/mx6/clock.c
arch/arm/include/asm/arch-mx6/crm_regs.h
drivers/video/ipu_common.c