]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Move ICS CLK chip frequency calculation code into a common board library
authorKumar Gala <galak@kernel.crashing.org>
Fri, 21 May 2010 08:02:16 +0000 (03:02 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Jul 2010 15:55:08 +0000 (10:55 -0500)
commitebf9d5261efc7a60eac54b675b67e3c7ab614f60
treebbf3e11442008d74cef1194eab3a7d773d2b6304
parentb4a60e521c66b1e634cacdebcfae3a1e1c9deb52
Move ICS CLK chip frequency calculation code into a common board library

We have several boards that use the same ICS307 CLK chip to drive the
System clock and DDR clock.  Move the code into a common location so we
share it.

Convert the P2020DS board as the first to use the new common ICS307
code.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Timur Tabi <timur@freescale.com>
board/freescale/common/Makefile
board/freescale/common/ics307_clk.c [new file with mode: 0644]
board/freescale/common/ics307_clk.h [new file with mode: 0644]
board/freescale/p2020ds/p2020ds.c
include/configs/P2020DS.h