mbox series

Pull request: please pull u-boot-imx-20231212

Message ID 20231212162046.744484-1-festevam@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: please pull u-boot-imx-20231212 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20231212

Message

Fabio Estevam Dec. 12, 2023, 4:20 p.m. UTC
Hi Tom,

please pull these fixes from u-boot-imx, thanks.

The following changes since commit 65eed687729c28431d38c6c9174da4d878fb107f:

  test/py: Disable error E0611 in two cases for pylint (2023-12-09 14:58:21 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20231212

for you to fetch changes up to d3977b130a91459592c040c0321479bd206326f9:

  board: colibri_imx7: fix emmc detection (2023-12-12 09:33:08 -0300)

u-boot-imx-20231212
-------------------

CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/18878

- Fix emmc detection on colibri_imx7
- Fix DDR configuration on tqma6 to improve Ethernet performance
- Fix aliases and chosen nodes indentation on imx7s-warp
- Convert pico-imx6ul to DM_SERIAL
- Convert pico-pi-imx7d to watchdog driver model to fix 'reset' command
- Select CONFIG_NET_RANDOM_ETHADDR on imx8mp_evk to fix networking on older boards
- Add USBH_EN gpio hog to fix USB host interface not working on some Apalis
Toradex carrier boards with Apalis iMX8 SoM
- Add PCI fixup for GW73xx-F+
- Fix broken EEPROM read on imx8mn-var-som

----------------------------------------------------------------
Fabio Estevam (4):
      imx8mp_evk: Select CONFIG_NET_RANDOM_ETHADDR
      pico-pi-imx7d: Convert to watchdog driver model
      pico-pi-imx6ul: Connvert to DM_SERIAL
      imx7s-warp-u-boot: Fix aliases and chosen nodes indentation

From: Andrejs Cainikovs (1):
      apalis-imx8: add USBH_EN gpio hog

Hugo Villeneuve (1):
      arm: dts: imx8mn-var-som: Fix broken EEPROM read

Marcel Ziswiler (1):
      board: colibri_imx7: fix emmc detection

Miquel Raynal (1):
      tqma6: Fix DDR configuration

Tim Harvey (1):
      board: gateworks: venice: add fixup for GW73xx-F+

 arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi       |  6 ++++++
 arch/arm/dts/imx7d-pico-pi-u-boot.dtsi           | 10 ++++++++++
 arch/arm/dts/imx7s-warp-u-boot.dtsi              | 14 +++++++-------
 arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi |  6 +++---
 board/gateworks/venice/venice.c                  |  6 +++---
 board/toradex/colibri_imx7/colibri_imx7.c        |  6 +++---
 board/tq/tqma6/tqma6q.cfg                        |  2 +-
 configs/apalis-imx8_defconfig                    |  1 +
 configs/imx8mp_evk_defconfig                     |  1 +
 configs/pico-pi-imx6ul_defconfig                 |  1 +
 configs/pico-pi-imx7d_defconfig                  |  3 +++
 include/configs/colibri_imx7.h                   |  1 -
 12 files changed, 39 insertions(+), 18 deletions(-)

Comments

Fabio Estevam Dec. 12, 2023, 4:44 p.m. UTC | #1
Hi Tom,

On Tue, Dec 12, 2023 at 1:20 PM Fabio Estevam <festevam@gmail.com> wrote:

> From: Andrejs Cainikovs (1):
>       apalis-imx8: add USBH_EN gpio hog

This one did not apply cleanly, and I messed up the From: line (it
contains a double From:)

Could you please fix it while applying?

Thanks
Tom Rini Dec. 12, 2023, 10:53 p.m. UTC | #2
On Tue, Dec 12, 2023 at 01:20:46PM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> please pull these fixes from u-boot-imx, thanks.
> 
> The following changes since commit 65eed687729c28431d38c6c9174da4d878fb107f:
> 
>   test/py: Disable error E0611 in two cases for pylint (2023-12-09 14:58:21 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20231212
> 
> for you to fetch changes up to d3977b130a91459592c040c0321479bd206326f9:
> 
>   board: colibri_imx7: fix emmc detection (2023-12-12 09:33:08 -0300)
> 
> u-boot-imx-20231212

Applied to u-boot/master, thanks!
Tom Rini Dec. 12, 2023, 10:53 p.m. UTC | #3
On Tue, Dec 12, 2023 at 01:44:14PM -0300, Fabio Estevam wrote:
> Hi Tom,
> 
> On Tue, Dec 12, 2023 at 1:20 PM Fabio Estevam <festevam@gmail.com> wrote:
> 
> > From: Andrejs Cainikovs (1):
> >       apalis-imx8: add USBH_EN gpio hog
> 
> This one did not apply cleanly, and I messed up the From: line (it
> contains a double From:)
> 
> Could you please fix it while applying?

Yes, I fixed that up.