> -----邮件原件----- > 发件人: Marek Vasut <ma...@denx.de> > 发送时间: 2025年3月10日 8:13 > 收件人: Alice Guo (OSS) <alice....@oss.nxp.com>; tr...@konsulko.com; > sba...@denx.de; feste...@gmail.com; dl-uboot-imx <uboot-...@nxp.com>; > lu...@denx.de; sean...@gmail.com; s...@chromium.org; > alpernebiya...@gmail.com > 抄送: u-boot@lists.denx.de; Peng Fan <peng....@nxp.com>; Viorel Suman > <viorel.su...@nxp.com>; Ye Li <ye...@nxp.com> > 主题: Re: [PATCH v2] mailbox: add i.MX Messaging Unit (MU) driver > > On 3/4/25 7:57 AM, Alice Guo (OSS) wrote: > > From: Peng Fan <peng....@nxp.com> > > > > 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") > > > > Signed-off-by: Viorel Suman <viorel.su...@nxp.com> > > Signed-off-by: Peng Fan <peng....@nxp.com> > > Signed-off-by: Alice Guo <alice....@nxp.com> > > Reviewed-by: Ye Li <ye...@nxp.com> > > --- > > > > Changes for v2: > > - remove support for i.MX8ULP > Why ?
The compatible "fsl,imx8ulp-mu" has been used in drivers/misc/imx_ele/ele_mu.c. Currently, the MU for i.MX8ULP is not used in U-Boot, so I do not add it.