]> git.baikalelectronics.ru Git - uboot.git/commit
arch: powerpc: update the eLBC IP input clock
authorPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 2 Feb 2017 09:32:00 +0000 (15:02 +0530)
committerYork Sun <york.sun@nxp.com>
Fri, 3 Feb 2017 22:31:45 +0000 (14:31 -0800)
commit5f390a4b6f7f2c3f637a10065229116fdb18a57b
tree42764dc1d5255e15910c9df403ed2969379cdb96
parent3d510719e3790cc16b54e4ec2823df20e97e4b18
arch: powerpc: update the eLBC IP input clock

eLBC IP clock is always a constant divisor of platform clock
pre-defined per SoC. Clock ratio register (LCRR) used in
current implementation governs eLBC IP output cloc.

Update sys_info->freq_localbus to represent eLBC input clock with
value constant divisor of platform clock.

Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
README
arch/powerpc/cpu/mpc85xx/Kconfig
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/cpu/mpc86xx/speed.c