> -----邮件原件-----
> 发件人: Marek Vasut <[email protected]>
> 发送时间: 2025年3月1日 3:09
> 收件人: Alice Guo (OSS) <[email protected]>; Tom Rini
> <[email protected]>; Stefano Babic <[email protected]>; Fabio Estevam
> <[email protected]>; dl-uboot-imx <[email protected]>; Lukasz
> Majewski <[email protected]>; Sean Anderson <[email protected]>; Simon
> Glass <[email protected]>; Alper Nebi Yasak <[email protected]>;
> Alice Guo <[email protected]>
> 抄送: [email protected]; Peng Fan <[email protected]>; Viorel Suman
> <[email protected]>; Ye Li <[email protected]>
> 主题: Re: [PATCH v6 01/20] mailbox: add i.MX Messaging Unit (MU) driver
> 
> On 2/28/25 11:53 AM, Alice Guo (OSS) wrote:
> > From: Peng Fan <[email protected]>
> >
> > This patch provides a driver for i.MX Messaging Unit (MU) using the
> > commom mailbox framework.
> >
> > This is ported from Linux (v6.12.8) driver
> > drivers/mailbox/imx-mailbox.c. Its commit SHA is:
> > 39d7d6177f0c ("mailbox: imx: use device name in interrupt name")
> 
> [...]
> 
> > +static const struct udevice_id ids[] = {
> > +   { .compatible = "fsl,imx6sx-mu", .data = (ulong)&imx_mu_cfg_imx6sx },
> > +   { .compatible = "fsl,imx95-mu", .data = (ulong)&imx_mu_cfg_imx95 },
> > +   { }
> > +};
> Doesn't 6.12.y also support MX7ULP and MX8ULP MU ?
> 
> Also, please split the MU patch into separate series, so it can go in 
> separately.

The separate patch for the mailbox driver has been sent. Please review. Thank 
you.

https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/

Best Regards,
Alice Guo

Reply via email to