commit | 276a646c463348f7cf5a5523ab0ce1ba2d1f374e | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Wed Jul 09 13:23:05 2008 -0400 |
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | Mon Jul 14 18:56:51 2008 -0500 |
tree | 4652ac4855c0b07ca8d4de2f7fcec061898af6f7 | |
parent | 0470c52c7de252efc691baf1f7bfccbff205bacf [diff] |
8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq Some boards that have external 16550 UARTs don't have a direct tie between bi_busfreq and the clock used for the UARTs. Boards that do have such a tie should set CFG_NS16550_CLK to be get_bus_freq(0) -- which most of them do already. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Kim Phillips <kim.phillips@freescale.com>