Re: [U-Boot] [PATCH] ARM: tegra: fix clock_get_periph_rate() for UART clocks

2016-09-26 Thread Simon Glass
On 23 September 2016 at 16:44, Stephen Warren wrote: > From: Stephen Warren > > Make clock_get_periph_rate() return the correct value for UART clocks. > > This change needs to be applied before the patches that enable CONFIG_CLK > for Tegra SoCs before Tegra186, since enabling that option causes

[U-Boot] [PATCH] ARM: tegra: fix clock_get_periph_rate() for UART clocks

2016-09-23 Thread Stephen Warren
From: Stephen Warren Make clock_get_periph_rate() return the correct value for UART clocks. This change needs to be applied before the patches that enable CONFIG_CLK for Tegra SoCs before Tegra186, since enabling that option causes ns16550_serial_ofdata_to_platdata() to rely on clk_get_rate() fo