Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-07-12 Thread Patrick Wildt
Am Sun, Feb 21, 2021 at 08:26:24AM -0800 schrieb Ye Li: > Setup USB clock in board codes, and enable the DWC3 XHCI and > PHY drivers to make USB3.0 host port working on i.MX8MQ EVK. > > Signed-off-by: Ye Li The same change works on the MNT Reform 2 as well. Reviewed-by: Patrick Wildt >

Re: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-07-12 Thread Patrick Wildt
Am Mon, Jul 12, 2021 at 10:28:25AM -0300 schrieb Fabio Estevam: > Hi Patrick, > > On Sat, Jul 10, 2021 at 8:35 PM Patrick Wildt wrote: > > > is this patchset still being reviewed? I think the discussion has moved > > to some SD card problem, which is fixed now? Would be nice if USB 3.0 > > I

Re: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-07-12 Thread Fabio Estevam
Hi Patrick, On Sat, Jul 10, 2021 at 8:35 PM Patrick Wildt wrote: > is this patchset still being reviewed? I think the discussion has moved > to some SD card problem, which is fixed now? Would be nice if USB 3.0 I think you are referring to

Re: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-07-10 Thread Patrick Wildt
gt; > Subject: Re: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port > > > > Hi Fabio, > > > > On Thu, 2021-02-25 at 10:49 -0300, Fabio Estevam wrote: > > > Caution: EXT Email > > > > > > Hi Ye Li, > > > > > > On Thu,

RE: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-03-03 Thread Bough Chen
> -Original Message- > From: Ye Li > Sent: 2021年2月27日 14:05 > To: feste...@gmail.com; Bough Chen > Cc: Peng Fan ; u-boot@lists.denx.de; dl-uboot-imx > ; sba...@denx.de > Subject: Re: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port > > Hi Fabio, &g

Re: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-02-27 Thread Fabio Estevam
Hi Ye Li, On Sat, Feb 27, 2021 at 3:04 AM Ye Li wrote: > My debug shows the issue is triggered by below commit: Thanks for investigating this issue. Appreciate it. > commit 9098682200e6cca4b776638a51200dafa16f50fb > Author: Haibo Chen > Date: Tue Sep 22 18:11:43 2020 +0800 > > mmc:

Re: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-02-26 Thread Ye Li
Hi Fabio, On Thu, 2021-02-25 at 10:49 -0300, Fabio Estevam wrote: > Caution: EXT Email > > Hi Ye Li, > > On Thu, Feb 25, 2021 at 10:34 AM Ye Li wrote: > > > > > Sure, I have tested it on 8mq evk. I can reproduce the two issues > > you > > met. > > The first issue is caused by the ALIGN. The

Re: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-02-25 Thread Fabio Estevam
Hi Ye Li, On Thu, Feb 25, 2021 at 10:34 AM Ye Li wrote: > Sure, I have tested it on 8mq evk. I can reproduce the two issues you > met. > The first issue is caused by the ALIGN. The implementation of standard > ALIGN requires the aligned size to be power of 2. But the ALIGN in > imx8mimage does

Re: [EXT] Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-02-25 Thread Ye Li
Hi Fabio, On Thu, 2021-02-25 at 08:01 -0300, Fabio Estevam wrote: > Caution: EXT Email > > Hi Ye Li, > > On Thu, Feb 25, 2021 at 3:36 AM Ye Li wrote: > > > > > > Setup USB clock in board codes, and enable the DWC3 XHCI and > > PHY drivers to make USB3.0 host port working on i.MX8MQ EVK. > >

Re: [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-02-25 Thread Fabio Estevam
Hi Ye Li, On Thu, Feb 25, 2021 at 3:36 AM Ye Li wrote: > > Setup USB clock in board codes, and enable the DWC3 XHCI and > PHY drivers to make USB3.0 host port working on i.MX8MQ EVK. > > Signed-off-by: Ye Li Thanks for the patch. Have you tested it in the imx8mq-evk using the latest U-Boot

[PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port

2021-02-24 Thread Ye Li
Setup USB clock in board codes, and enable the DWC3 XHCI and PHY drivers to make USB3.0 host port working on i.MX8MQ EVK. Signed-off-by: Ye Li --- board/freescale/imx8mq_evk/imx8mq_evk.c | 4 configs/imx8mq_evk_defconfig| 9 + 2 files changed, 13 insertions(+) diff