]> git.baikalelectronics.ru Git - uboot.git/commit
pico-imx7d: Correct uart clock root
authorJun Nie <jun.nie@linaro.org>
Wed, 8 May 2019 06:38:31 +0000 (14:38 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jun 2019 08:42:48 +0000 (10:42 +0200)
commit6a73b7775f3f2e939fd94b180c4004c76ce2415f
treea10e0f01ee43d5c15d793023a4686beac5fe5b45
parente3860280e53b7d4f8e1cf3a13b57d316428d8a45
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>
arch/arm/include/asm/arch-mx7/clock.h
arch/arm/mach-imx/mx7/clock.c