Re: [PATCH] serial: meson: Add s4 support
Neil Armstrong <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot,io.groups.u-boot-amlogic |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 8/24/26 14:53, Sean Anderson via groups.io wrote: > No new features, just a different compatible. > > Signed-off-by: Sean Anderson <[email protected]> > --- > > drivers/serial/serial_meson.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/serial/serial_meson.c b/drivers/serial/serial_meson.c > index cc71381f87e..336ca552ead 100644 > --- a/drivers/serial/serial_meson.c > +++ b/drivers/serial/serial_meson.c > @@ -244,6 +244,7 @@ static const struct udevice_id meson_serial_ids[] = { > { .compatible = "amlogic,meson-uart" }, > { .compatible = "amlogic,meson-gx-uart" }, > { .compatible = "amlogic,meson-a1-uart" }, > + { .compatible = "amlogic,meson-s4-uart" }, > { } > }; > > --- > base-commit: d3e8597e46b635ec556a057bc42f0b0859654bdf > branch: s4_serial > Reviewed-by: Neil Armstrong <[email protected]> Thanks, Neil