]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx6: Fix use of improper value in enable_ipu_clock
authorPierre Aubert <p.aubert@staubli.com>
Mon, 23 Sep 2013 11:37:20 +0000 (13:37 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 27 Sep 2013 11:53:35 +0000 (13:53 +0200)
commita0a0dacfe8ff8d7036db823ca5ea9ba393a35187
tree032cd0b586f6ffb72c0b2387d2639a0d35b04338
parenta05f4ab6cc84a92c02ff1dbe2eb8a70161de4cbb
mx6: Fix use of improper value in enable_ipu_clock

The value MXC_CCM_CCGR3_IPU1_IPU_DI0_OFFSET that was used to initialize
the CCGR3 register caused an undefined value for CG0.

Signed-off-by: Pierre Aubert <p.aubert@staubli.com>
CC: Stefano Babic <sbabic@denx.de>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
arch/arm/cpu/armv7/mx6/clock.c