]> git.ipfire.org Git - thirdparty/u-boot.git/commit
serial: lpuart: Enable IPG clock
authorYe Li <ye.li@nxp.com>
Tue, 25 Jul 2023 08:08:55 +0000 (10:08 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 16 Oct 2023 12:02:38 +0000 (14:02 +0200)
commitcc7df0b9e8bcc63f06db83e7e44e6b214cc30e1d
tree8de78a2ca68b7d1dfcb880d201db243618238071
parent30e5b403d793719b1b782c06c950d2e52f16028e
serial: lpuart: Enable IPG clock

Current codes only ennable the PER clock. However on iMX8 the LPUART
also needs IPG clock which is an LPCG. Should not depend on the default
LPCG setting.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
drivers/serial/serial_lpuart.c