]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: atmel: arm926ejs: fix clock configuration
authorBo Shen <voice.shen@atmel.com>
Fri, 27 Mar 2015 06:23:33 +0000 (14:23 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:13 +0000 (14:38 +0200)
commite798dc1017d232be25abbdadb8f00b505c8cce3b
tree3625ee11da12b644215737c1f2239c546938dc12
parent824c765a59f568b34448457757d3a3a956f36b33
ARM: atmel: arm926ejs: fix clock configuration

Config MCKR according to the datasheet sequence, or else it
will cause the MCKR configuration failed.

Remove timeout checking for clock configuration, if configure
the clock failed, let the system hang while not run in wrong
clock configuration.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Tested-by: Heiko Schocher <hs@denx.de>
arch/arm/mach-at91/arm926ejs/clock.c