> -----邮件原件----- > 发件人: Marek Vasut <[email protected]> > 发送时间: 2025年3月10日 8:13 > 收件人: Alice Guo (OSS) <[email protected]>; [email protected]; > [email protected]; [email protected]; dl-uboot-imx <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected] > 抄送: [email protected]; Peng Fan <[email protected]>; Viorel Suman > <[email protected]>; Ye Li <[email protected]> > 主题: 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 <[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") > > > > Signed-off-by: Viorel Suman <[email protected]> > > Signed-off-by: Peng Fan <[email protected]> > > Signed-off-by: Alice Guo <[email protected]> > > Reviewed-by: Ye Li <[email protected]> > > --- > > > > 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.

