clk: imx6q: demote warning about pre-boot ldb_di_clk reparenting
authorAhmad Fatoum <a.fatoum@pengutronix.de>
Mon, 18 Jan 2021 11:30:32 +0000 (12:30 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 29 Jan 2021 08:23:34 +0000 (16:23 +0800)
commitf3afd3fb3d80cfb1eff9644fada12dfdb4b4c427
treeee739c8ff150b5ccea7533971fae09561eabee3f
parent6f88ef38ecf4d0c09cdbbaf3ed5d840a6baa534f
clk: imx6q: demote warning about pre-boot ldb_di_clk reparenting

Since 5d283b083800 ("clk: imx6: Fix procedure to switch the parent
of LDB_DI_CLK"), the clock driver warns if ldb_di\d_sel is changed
from reset value on system boot. This warning is printed even if
the bootloader (or a previous kernel that did kexec) followed the
correct procedure for glitch-free reparenting.

As such systems are doing everything correctly, a warning is too
harsh. Demote to a notice, so users are still alerted, but without
cluttering a loglevel=5 boot.

While at it, add the words "possible glitch" into the log message, to
make it more user-friendly.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx6q.c