serial: msm-geni: Enable SE clk in probe
authorStephen Boyd <swboyd@chromium.org>
Mon, 14 Jul 2025 13:13:17 +0000 (15:13 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 30 Oct 2025 17:04:51 +0000 (11:04 -0600)
commitc57419811a90049fda071c0c7c299045b5ef4d11
tree560193c8d1cf10ca15b07fdf3b832cd2492e7dcd
parent9887944c4fa44cab668626b8e9d07a18f41e4246
serial: msm-geni: Enable SE clk in probe

Enable the serial engine clk in probe so that this driver can work on
platforms that don't already initialize the clk for this device before
this driver runs. This fixes a problem I see on Coreboot platforms like
Trogdor where the UART hardware isn't enabled by coreboot unless the
serial console build is used.

Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Link: https://patch.msgid.link/20250714-geni-load-fw-v5-6-5abbc0d29838@linaro.org
Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
drivers/serial/serial_msm_geni.c