mbox series

[0/5] imx93_var_som: Add USB support.

Message ID 20240220103506.17218-1-othacehe@gnu.org
Headers show
Series imx93_var_som: Add USB support. | expand

Message

Mathieu Othacehe Feb. 20, 2024, 10:35 a.m. UTC
Hello,

This series adds USB support for the imx93_var_som board.  It depends on:
https://lists.denx.de/pipermail/u-boot/2024-February/546203.html

It also adds support for fastboot and EFI partitions.

Thanks,

Mathieu

Mathieu Othacehe (5):
  arm: dts: imx93: Add USB support.
  arm: dts: imx93-var-som-symphony: Add USB support.
  configs: imx93_var_som: Add USB support.
  configs: imx93_var_som: Add fastboot support.
  configs: imx93_var_som: Add EFI support.

 arch/arm/dts/imx93-var-som-symphony.dts | 18 ++++++++
 arch/arm/dts/imx93.dtsi                 | 58 +++++++++++++++++++++++++
 configs/imx93_var_som_defconfig         | 19 +++++++-
 3 files changed, 94 insertions(+), 1 deletion(-)

Comments

Fabio Estevam Feb. 24, 2024, 10:12 p.m. UTC | #1
On Tue, Feb 20, 2024 at 7:35 AM Mathieu Othacehe <othacehe@gnu.org> wrote:
>
> Hello,
>
> This series adds USB support for the imx93_var_som board.  It depends on:
> https://lists.denx.de/pipermail/u-boot/2024-February/546203.html
>
> It also adds support for fastboot and EFI partitions.
>
> Thanks,
>
> Mathieu
>
> Mathieu Othacehe (5):
>   arm: dts: imx93: Add USB support.
>   arm: dts: imx93-var-som-symphony: Add USB support.
>   configs: imx93_var_som: Add USB support.
>   configs: imx93_var_som: Add fastboot support.
>   configs: imx93_var_som: Add EFI support.

This last one did not apply against master.

I checked and the two options are already enabled, so I dropped the
patch 5/5 and applied the others, thanks.