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