mbox series

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

Message ID 93fdf4b5-db69-47ec-86bc-94741d362b24@linaro.org
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20231106 | expand

Pull-request

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

Message

Neil Armstrong Nov. 6, 2023, 2:34 p.m. UTC
Hi Tom,

A little set of fix for:
- also enable DFU RAM boot for libretech-ac, since it uses a different config header
- SM probe fix
- A1 USB missing clocks

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

Thanks,
Neil

The following changes since commit a4c83bda17196bf5d1ce640844595aaeced6465e:

   Merge branch '2023-11-03-assorted-tegra-improvements' (2023-11-04 09:55:39 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c550e81171940932664a85bda315a6a073aae23c:

   ARM: configs: libretech-ac: enable USB_DFU like in meson64.h (2023-11-06 09:46:05 +0100)

----------------------------------------------------------------
- fixup to also enabled DFU RAM boot for libretech-ac
- sm fix to bind child sm devices in the device tree
- add missing A1 clocks for USB stack

----------------------------------------------------------------
Alexey Romanov (1):
       clk: a1: add new clocks for USB stack

Dmitry Rokosov (1):
       drivers: sm: bind child sm devices in the device tree

Neil Armstrong (1):
       ARM: configs: libretech-ac: enable USB_DFU like in meson64.h

  drivers/clk/meson/a1.c         | 6 ++++++
  drivers/sm/meson-sm.c          | 1 +
  include/configs/libretech-ac.h | 1 +
  3 files changed, 8 insertions(+)

Comments

Tom Rini Nov. 6, 2023, 4:33 p.m. UTC | #1
On Mon, Nov 06, 2023 at 03:34:31PM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> A little set of fix for:
> - also enable DFU RAM boot for libretech-ac, since it uses a different config header
> - SM probe fix
> - A1 USB missing clocks
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/18452
> 
> Thanks,
> Neil
> 
> The following changes since commit a4c83bda17196bf5d1ce640844595aaeced6465e:
> 
>   Merge branch '2023-11-03-assorted-tegra-improvements' (2023-11-04 09:55:39 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20231106
> 
> for you to fetch changes up to c550e81171940932664a85bda315a6a073aae23c:
> 
>   ARM: configs: libretech-ac: enable USB_DFU like in meson64.h (2023-11-06 09:46:05 +0100)
> 

Applied to u-boot/master, thanks!