mbox series

[PULL,u-boot] Please pull u-boot-amlogic-20210514

Message ID dc4fe719-b0fd-d1be-a57b-144045bec05a@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20210514 | expand

Pull-request

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

Message

Neil Armstrong May 14, 2021, 3:58 p.m. UTC
Hi Tom,

please find a few dwmac meson8b glue fixes, dwc3 meson-g12a probe fix and the missing stuff
to have HDMI working on the Beelink GTKing/King-Pro boards.

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

Thanks,
Neil

The following changes since commit 530c8d4af2e18c6142ab7cac6f11dd92c02b2bc9:

  Merge branch '2021-05-13-extension-board-detection-and-DT-overlay-application' (2021-05-13 13:09:14 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 4c2eb955cfd77d667485c5141cda2821aa1f97ef:

  net: designware: meson8b: add g12a compatible (2021-05-14 17:46:50 +0200)

----------------------------------------------------------------
- dts: add missing -u-boot.dtsi to enable HDMI on Beelink GTKing/King-Pro
- usb: dwc3-meson-g12a: skip phy on -ENODATA aswell
- net: dwmac_meson8b: do not set TX delay in TXID & RXID
- net: designware: meson8b: add g12a compatible

----------------------------------------------------------------
Neil Armstrong (4):
      ARM: dts: add missing -u-boot.dtsi to enable HDMI on Beelink GTKing/King-Pro
      usb: dwc3-meson-g12a: skip phy on -ENODATA aswell
      net: dwmac_meson8b: do not set TX delay in TXID & RXID
      net: designware: meson8b: add g12a compatible

 arch/arm/dts/meson-g12b-gtking-pro-u-boot.dtsi |  7 +++++++
 arch/arm/dts/meson-g12b-gtking-u-boot.dtsi     |  7 +++++++
 drivers/net/dwmac_meson8b.c                    | 24 ++++++++++++++++++++----
 drivers/usb/dwc3/dwc3-meson-g12a.c             |  2 +-
 4 files changed, 35 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/dts/meson-g12b-gtking-pro-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-g12b-gtking-u-boot.dtsi

Comments

Tom Rini May 15, 2021, 12:09 p.m. UTC | #1
On Fri, May 14, 2021 at 05:58:03PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> please find a few dwmac meson8b glue fixes, dwc3 meson-g12a probe fix and the missing stuff
> to have HDMI working on the Beelink GTKing/King-Pro boards.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/7516
> 
> Thanks,
> Neil
> 
> The following changes since commit 530c8d4af2e18c6142ab7cac6f11dd92c02b2bc9:
> 
>   Merge branch '2021-05-13-extension-board-detection-and-DT-overlay-application' (2021-05-13 13:09:14 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210514
> 
> for you to fetch changes up to 4c2eb955cfd77d667485c5141cda2821aa1f97ef:
> 
>   net: designware: meson8b: add g12a compatible (2021-05-14 17:46:50 +0200)
> 

Applied to u-boot/master, thanks!