commit | 8ebf3bf6b4e250f506adf5d0642dc39aa070eedd | [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 | 9b1c85ae79b2caf351696c17b101570ff34ee764 [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>