Re: [PATCH v2 2/2] serial: 8250: Add Airoha SoC UART and HSUART support
Andy Shevchenko <[email protected]> Fri, 7 Aug 2026 01:18:42 +0300
| Newsgroups | org.kernel.vger.linux-serial,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Mon, Jul 27, 2026 at 11:51:01AM +0300, Ilpo Järvinen wrote:
> On Fri, 24 Jul 2026, Christian Marangi wrote:
...
> > +static const struct of_device_id airoha_8250_dt_ids[] = {
>
> Add include for of_device_id.
>
> I think linux/of.h is the one you want here, as it will be including the
> new linux/device-id/of.h.
platform_device.h covers it.
> > + { .compatible = "airoha,en7523-uart" },
> > + { .compatible = "airoha,an7581-hsuart" },
> > + { },
> > +};
--
With Best Regards,
Andy Shevchenko