Re: [PATCH v1 3/3] colibri-imx8x: configure usb hub to bypass mode

2023-12-20 Thread Fabio Estevam
On Wed, Dec 20, 2023 at 8:45 AM Francesco Dolcini wrote: > Understood. Yes, this is some real work that someone should take up. > Just doing the sync will likely break everything now. Exactly. > At the moment the situation with i.MX8QXP/i.MX8QM is not as good as > i.MX8M* neither in U-Boot nor

Re: [PATCH v1 3/3] colibri-imx8x: configure usb hub to bypass mode

2023-12-20 Thread Francesco Dolcini
On Wed, Dec 20, 2023 at 08:39:38AM -0300, Fabio Estevam wrote: > Hi Francesco, > > On Wed, Dec 20, 2023 at 8:30 AM Francesco Dolcini > wrote: > > > Valid point. > > > > In general re-using the DTS for the kernel would not work. > > > > The bypass and reset signals are part of the USB HUB node

Re: [PATCH v1 3/3] colibri-imx8x: configure usb hub to bypass mode

2023-12-20 Thread Fabio Estevam
Hi Francesco, On Wed, Dec 20, 2023 at 8:30 AM Francesco Dolcini wrote: > Valid point. > > In general re-using the DTS for the kernel would not work. > > The bypass and reset signals are part of the USB HUB node [1], and we > would need to add such a driver to U-Boot to be able to properly >

Re: [PATCH v1 3/3] colibri-imx8x: configure usb hub to bypass mode

2023-12-20 Thread Francesco Dolcini
Hello Fabio, On Wed, Dec 20, 2023 at 07:48:50AM -0300, Fabio Estevam wrote: > On Wed, Dec 20, 2023 at 7:39 AM Andrejs Cainikovs > wrote: > > > diff --git a/arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi > > b/arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi > > index a6af4e5e2b7..6ab6b1f9ee6 100644

Re: [PATCH v1 3/3] colibri-imx8x: configure usb hub to bypass mode

2023-12-20 Thread Fabio Estevam
Hi Andrejs, On Wed, Dec 20, 2023 at 7:39 AM Andrejs Cainikovs wrote: > diff --git a/arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi > b/arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi > index a6af4e5e2b7..6ab6b1f9ee6 100644 > --- a/arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi > +++

[PATCH v1 3/3] colibri-imx8x: configure usb hub to bypass mode

2023-12-20 Thread Andrejs Cainikovs
From: Andrejs Cainikovs This change configures Toradex Colibri iMX8X SoM USB hub to bypass mode, and brings out of the reset state. Signed-off-by: Andrejs Cainikovs --- arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi | 15 +++ arch/arm/dts/fsl-imx8qxp-colibri.dts | 2 --