Re: [PATCH v4 07/28] serial: msm-geni: Enable SE clk in probe

2025-06-30 Thread Stephen Boyd
Quoting Casey Connolly (2025-05-28 04:23:01) > On 5/24/25 00:58, Stephen Boyd wrote: > > @@ -561,6 +549,16 @@ static int msm_serial_probe(struct udevice *dev) > > { > > struct msm_serial_data *priv = dev_get_priv(dev); > > int ret; > > + struct clk *clk; > > + > > + clk = devm

Re: [PATCH v4 07/28] serial: msm-geni: Enable SE clk in probe

2025-05-28 Thread Casey Connolly
Hi Stephen, On 5/24/25 00:58, Stephen Boyd wrote: 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 i

[PATCH v4 07/28] serial: msm-geni: Enable SE clk in probe

2025-05-23 Thread Stephen Boyd
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 bu