commit | 79fcbde8eb57a0dfc9761c4ba167186843d7a707 | [log] [tgz] |
---|---|---|
author | Jun Nie <jun.nie@linaro.org> | Wed May 08 14:38:31 2019 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 11 10:42:48 2019 +0200 |
tree | a10e0f01ee43d5c15d793023a4686beac5fe5b45 | |
parent | bc7c9ed33c685a8285e4fcf2a9f24499f14026a9 [diff] |
pico-imx7d: Correct uart clock root Correct uart clock root ID. Incorrect ID may result the clock is gated because rate value 0 is returned in imx_get_uartclk() The ID can be ignored if CONFIG_SKIP_LOWLEVEL_INIT is not enabled because init_clk_uart() will enable all uart clocks in that case. Signed-off-by: Jun Nie <jun.nie@linaro.org>