Re: [PATCH] usb: ehci-mx6: Add i.MX93 support

2024-02-19 Thread Marek Vasut
On 2/19/24 14:18, Fabio Estevam wrote: Hi Mathieu, On Mon, Feb 19, 2024 at 5:43 AM Mathieu Othacehe wrote: i.MX93 uses the same USB IP as i.MX8MM. It can then reuse the ehci-mx6 driver. Signed-off-by: Mathieu Othacehe You missed copying Marek Vasut, who is the USB maintainer. The patch

Re: [PATCH] usb: ehci-mx6: Add i.MX93 support

2024-02-19 Thread Fabio Estevam
Hi Mathieu, On Mon, Feb 19, 2024 at 5:43 AM Mathieu Othacehe wrote: > > i.MX93 uses the same USB IP as i.MX8MM. It can then reuse the ehci-mx6 > driver. > > Signed-off-by: Mathieu Othacehe You missed copying Marek Vasut, who is the USB maintainer. > --- > drivers/usb/host/Kconfig| 6

[PATCH] usb: ehci-mx6: Add i.MX93 support

2024-02-19 Thread Mathieu Othacehe
i.MX93 uses the same USB IP as i.MX8MM. It can then reuse the ehci-mx6 driver. Signed-off-by: Mathieu Othacehe --- drivers/usb/host/Kconfig| 6 +++--- drivers/usb/host/ehci-mx6.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/Kconfig