mbox series

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

Message ID 0bf95451-23be-3f5f-251d-e1ebd0f75140@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20200529 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200529

Message

Neil Armstrong May 29, 2020, 11:53 a.m. UTC
Hi Tom,

This PR enables HDMI on Khadas VIM3/VIM3 board and fixes USB gadget support for
libretech-ac/pc & vim/vim2 boards.

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

Thanks,
Neil

The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 10:56:25 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200529

for you to fetch changes up to 3678a5f0597d1cd491e3bded19ea72e570b5c8b1:

  arm: dts: meson-gxl: fix USB gadget by adding missing nodes for U-Boot (2020-05-29 10:20:34 +0200)

----------------------------------------------------------------
- Finally enable config to support HDMI console output in VIM3 boards
- Fix USB gadget support for libretech-ac/pc & vim/vim2 boards

----------------------------------------------------------------
Neil Armstrong (3):
      arm: dts: khadas-vim3: include meson-g12-common-u-boot.dtsi to enable HDMI output
      configs: khadas-vim3: enable HDMI output
      arm: dts: meson-gxl: fix USB gadget by adding missing nodes for U-Boot

 arch/arm/dts/meson-gxl-s805x-libretech-ac-u-boot.dtsi | 6 +++++-
 arch/arm/dts/meson-gxl-s905d-libretech-pc-u-boot.dtsi | 6 +++++-
 arch/arm/dts/meson-gxl-s905x-khadas-vim-u-boot.dtsi   | 4 ++++
 arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi        | 6 +++++-
 arch/arm/dts/meson-gxm-s912-libretech-pc-u-boot.dtsi  | 6 +++++-
 arch/arm/dts/meson-khadas-vim3-u-boot.dtsi            | 2 ++
 configs/khadas-vim3_defconfig                         | 9 +++++++++
 configs/khadas-vim3l_defconfig                        | 4 ++++
 8 files changed, 39 insertions(+), 4 deletions(-)

Comments

Tom Rini May 29, 2020, 8:46 p.m. UTC | #1
On Fri, May 29, 2020 at 01:53:00PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR enables HDMI on Khadas VIM3/VIM3 board and fixes USB gadget support for
> libretech-ac/pc & vim/vim2 boards.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/3473
> 
> Thanks,
> Neil
> 
> The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 10:56:25 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200529
> 
> for you to fetch changes up to 3678a5f0597d1cd491e3bded19ea72e570b5c8b1:
> 
>   arm: dts: meson-gxl: fix USB gadget by adding missing nodes for U-Boot (2020-05-29 10:20:34 +0200)
> 

Applied to u-boot/master, thanks!