mbox series

[GIT,PULL] Please pull u-boot-amlogic-20231023

Message ID 42fa4e61-93ea-4b99-a5a3-1ffc3ab36cd9@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20231023 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20231023

Message

Neil Armstrong Oct. 23, 2023, 9:02 a.m. UTC
Hi Tom,

An important fix for USB Gadget on G12/SM1 boards and a welcome DT sync for the Amlogic A1 DT.

The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/18256

Thanks,
Neil

The following changes since commit e65b5d35c9116485366bb08138043d51220551da:

   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh (2023-10-17 09:15:56 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20231023

for you to fetch changes up to 14a21f1a80afc58d52dc72e35f27d3a47d36c082:

   arm: meson-a1: dts: Sync DT with Linux (2023-10-18 09:46:01 +0200)

----------------------------------------------------------------
- sync A1 with Linux and add missing UART compatible
- fix USB2 gadget init on G12/SM1 based Boards

----------------------------------------------------------------
Guillaume La Roque (1):
       phy: meson-g12a-usb2: fix ret check on power_domain_get

Igor Prusov (2):
       serial: amlogic: Add UART compatible for A1 board
       arm: meson-a1: dts: Sync DT with Linux

  arch/arm/dts/meson-a1.dtsi    | 356 +++++++++++++++++++++++++++++++++++++++++-
  drivers/phy/meson-g12a-usb2.c |   6 +-
  drivers/serial/serial_meson.c |   1 +
  3 files changed, 355 insertions(+), 8 deletions(-)

Comments

Tom Rini Oct. 23, 2023, 4:58 p.m. UTC | #1
On Mon, Oct 23, 2023 at 11:02:30AM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> An important fix for USB Gadget on G12/SM1 boards and a welcome DT sync for the Amlogic A1 DT.
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/18256
> 
> Thanks,
> Neil
> 
> The following changes since commit e65b5d35c9116485366bb08138043d51220551da:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh (2023-10-17 09:15:56 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20231023
> 
> for you to fetch changes up to 14a21f1a80afc58d52dc72e35f27d3a47d36c082:
> 
>   arm: meson-a1: dts: Sync DT with Linux (2023-10-18 09:46:01 +0200)
> 

Applied to u-boot/master, thanks!