]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
DA850 EVM: passing maximum clock rate information to kernel
authorSekhar Nori <nsekhar@ti.com>
Fri, 19 Nov 2010 16:39:48 +0000 (11:39 -0500)
committerSandeep Paulraj <s-paulraj@ti.com>
Fri, 19 Nov 2010 21:29:11 +0000 (16:29 -0500)
commit4f6fc15b42776b12244af8aa28da42c8e6497742
treed519b49be27078d26e873d21f0015fcec982e634
parent718f746427b6eb4b9e38a9562e689a268cd65b35
DA850 EVM: passing maximum clock rate information to kernel

The TI DA850/OMAP-L138/AM18x EVM can be populated with devices
having different maximum allowed CPU clock rating.

The maximum clock the chip can support can only be determined from
the label on the package (not software readable).

Introduce a method to pass the maximum allowed clock rate information
to kernel using ATAG_REVISION. The kernel uses this information to
determine the maximum cpu clock rate reachable using cpufreq.

Note that U-Boot itself does not set the CPU clock rate. The CPU
clock is setup by a primary bootloader ("UBL"). The rate setup by
UBL could be different from the maximum clock rate supported by the
device.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
board/davinci/da8xxevm/da850evm.c
doc/README.davinci
include/configs/da850evm.h