Re: [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm

2022-03-28 Thread Jaap Crezee
Hello Tommaso, On 3/28/22 12:26, Tommaso Merciai wrote: Hi Jaap, Actually I'm able to use SDP on imx8mm_evk over SPL. You need to apply the following patchset: https://patchwork.ozlabs.org/project/uboot/list/?series=251796&state=* plus you need the following configs: CONFIG_SPL_USB_HOST=y CON

Re: [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm

2022-03-28 Thread Tommaso Merciai
On Sun, Mar 27, 2022 at 11:02:55PM +0200, Jaap Crezee wrote: > Hi all, > > On 7/3/21 21:58, Fabio Estevam wrote: > > After selecting USB SDP support for i.MX8MM, there are some build errors > > and warnings. > > > > Make the necessary adjustments for fixing the build. > It seems this is also brea

Re: [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm

2022-03-28 Thread Jaap Crezee
Hello Fabio, On 3/27/22 23:43, Fabio Estevam wrote: Have you tried applying this patch? https://lists.denx.de/pipermail/u-boot/2021-July/453633.html I have not tried this (yet) as there is no board/freescale/imx8mm_evk/spl.o so I guess this is not used in my tree. The imx8mq_evk/spl.[co] is n

Re: [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm

2022-03-27 Thread Fabio Estevam
Hi Jaap, On Sun, Mar 27, 2022 at 6:19 PM Jaap Crezee wrote: > But then SDP boot still fails with: > > ( make flash.bin && uuu ./flash.bin ) > U-Boot SPL 2022.04-rc4-00079-gcbc05bba8c (Mar 27 2022 - 22:52:29 +0200) > PMIC: PFUZE100 ID=0x10 > Normal Boot > SPL: Unsupported Boot Device 9 > SPL: fa

Re: [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm

2022-03-27 Thread Jaap Crezee
Hi all, On 7/3/21 21:58, Fabio Estevam wrote: After selecting USB SDP support for i.MX8MM, there are some build errors and warnings. Make the necessary adjustments for fixing the build. It seems this is also breaking imx8mq_evk on mainline (cbc05bba8cb7da62eae65f41e1b0ddbcadc06bba) as of now.

Re: [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm

2021-07-03 Thread Fabio Estevam
Hi Marek, On Sat, Jul 3, 2021 at 5:57 PM Marek Vasut wrote: > > On 7/3/21 9:58 PM, Fabio Estevam wrote: > > After selecting USB SDP support for i.MX8MM, there are some build errors > > and warnings. > > > > Make the necessary adjustments for fixing the build. > > > > Signed-off-by: Fabio Estevam

Re: [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm

2021-07-03 Thread Marek Vasut
On 7/3/21 9:58 PM, Fabio Estevam wrote: After selecting USB SDP support for i.MX8MM, there are some build errors and warnings. Make the necessary adjustments for fixing the build. Signed-off-by: Fabio Estevam --- drivers/usb/host/ehci-mx6.c | 18 ++ 1 file changed, 10 insert

[PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm

2021-07-03 Thread Fabio Estevam
After selecting USB SDP support for i.MX8MM, there are some build errors and warnings. Make the necessary adjustments for fixing the build. Signed-off-by: Fabio Estevam --- drivers/usb/host/ehci-mx6.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/driver