]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
EfikaMX: Adjust undocumented magic constant in config file
authorMarek Vasut <marek.vasut@gmail.com>
Wed, 14 Sep 2011 18:16:57 +0000 (18:16 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 30 Sep 2011 20:01:00 +0000 (22:01 +0200)
commitb7171d92c675d6d6d788dd543e62a1f4f8a342c6
tree7ded1ad253b25f0b66a7f54136833e9b20c3761a
parent610b53e29bf848b545dd9b0a79b692741ff93807
EfikaMX: Adjust undocumented magic constant in config file

This magic constant with zero documentation, when it's last 8 bits are set to
0x45, configures correctly the PERCLK dividers. Therefore the I2C operates
correctly when divider computed from PERCLK.

Note: This constant is written to CBCDR register in
arch/arm/cpu/armv7/mx5/lowlevel_init.S, but it's written only once. The register
is accessed three more times in the file, with different values written to it
each time.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
include/configs/efikamx.h