mbox series

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

Message ID 1f1304e3-9f03-0420-c9d0-d36338f413d0@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20230131 | expand

Pull-request

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

Message

Neil Armstrong March 22, 2023, 10:46 a.m. UTC
Hi Tom,

A single change to enable the odroid-go-ultra PMIC regulator at boot.

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

Thanks,
Neil

The following changes since commit 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a:

   Prepare v2023.04-rc4 (2023-03-13 20:52:48 -0400)

are available in the Git repository at:

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

for you to fetch changes up to de58694f0d5431627d7389f50a6b2034a682ba24:

   ARM: meson: odroid-go-ultra: setup PMIC regulators are board init (2023-03-14 09:03:16 +0100)

----------------------------------------------------------------
- odroid-go-ultra: setup PMIC regulators at board init

----------------------------------------------------------------
Neil Armstrong (1):
       ARM: meson: odroid-go-ultra: setup PMIC regulators are board init

  .../arm/dts/meson-g12b-odroid-go-ultra-u-boot.dtsi |  8 ++++++++
  board/amlogic/odroid-go-ultra/MAINTAINERS          |  7 +++++++
  board/amlogic/odroid-go-ultra/Makefile             |  5 +++++
  board/amlogic/odroid-go-ultra/odroid-go-ultra.c    | 22 ++++++++++++++++++++++
  configs/odroid-go-ultra_defconfig                  |  4 ++--
  5 files changed, 44 insertions(+), 2 deletions(-)
  create mode 100644 board/amlogic/odroid-go-ultra/MAINTAINERS
  create mode 100644 board/amlogic/odroid-go-ultra/Makefile
  create mode 100644 board/amlogic/odroid-go-ultra/odroid-go-ultra.c

Comments

Tom Rini March 22, 2023, 1:27 p.m. UTC | #1
On Wed, Mar 22, 2023 at 11:46:42AM +0100, Neil Armstrong wrote:

> 
> Hi Tom,
> 
> A single change to enable the odroid-go-ultra PMIC regulator at boot.
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/15691
> 
> Thanks,
> Neil
> 
> The following changes since commit 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a:
> 
>   Prepare v2023.04-rc4 (2023-03-13 20:52:48 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20230322
> 
> for you to fetch changes up to de58694f0d5431627d7389f50a6b2034a682ba24:
> 
>   ARM: meson: odroid-go-ultra: setup PMIC regulators are board init (2023-03-14 09:03:16 +0100)
> 

Applied to u-boot/master, thanks!