]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00230538-1: CAAM: Correct shifting offset for CAAM IPG clock selection
authorSteve Cornelius <steve.cornelius@freescale.com>
Fri, 19 Oct 2012 20:18:37 +0000 (13:18 -0700)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:13:18 +0000 (14:13 +0200)
commite0a2b43b3b0b2a166ae6beb90466f6f537ec053f
tree825ebd466b8cc999cbdad2c78502634980be5786
parentc1d346e0d75d88a071c3f95c3bb33aa97d4795d1
ENGR00230538-1: CAAM: Correct shifting offset for CAAM IPG clock selection

3 pairs of clock enable bits are required for CAAM clocking:
(1) wrapper IPG clock
(2) wrapper ACLK
(3) secure memory clock

IPG enable happened to be using an incorrect shift selection, which
had the net effect of leaving secure memory unclocked. Added the correct
shift selection in so that all 3 clock enable pairs are turned on.

Signed-off-by: Steve Cornelius <steve.cornelius@freescale.com>
Signed-off-by: Terry Lv <r65388@freescale.com>
arch/arm/mach-mx6/clock.c