mbox series

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

Message ID 2154a13d-8cee-94ab-f853-c4fdc173233e@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20201218 | expand

Pull-request

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

Message

Neil Armstrong Dec. 18, 2020, 5:24 p.m. UTC
Hi Tom,

A (hopefully) last PR for 2020 with an one-liner fixing the Odroid-C4 reset when booting over SDCard,
a bug we had in our backlog for a long time !

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

Thanks,
Neil

The following changes since commit a4391365995a00f196373cddd35d99f74a9e62ff:

  configs: Resync with savedefconfig (2020-12-16 10:58:24 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 21a1bc6a900c33efe4da4cc1b33efcfa543fd9d0:

  ARM: dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4 (2020-12-18 11:50:27 +0100)

----------------------------------------------------------------
- fix Odroid-C4 soft-reboot caused by bad setup of SDCard VDD regulator

----------------------------------------------------------------
Marek Szyprowski (1):
      ARM: dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4

 arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini Dec. 20, 2020, 11:06 p.m. UTC | #1
On Fri, Dec 18, 2020 at 06:24:51PM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> A (hopefully) last PR for 2020 with an one-liner fixing the Odroid-C4 reset when booting over SDCard,
> a bug we had in our backlog for a long time !
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/5613
> 
> Thanks,
> Neil
> 
> The following changes since commit a4391365995a00f196373cddd35d99f74a9e62ff:
> 
>   configs: Resync with savedefconfig (2020-12-16 10:58:24 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20201218
> 
> for you to fetch changes up to 21a1bc6a900c33efe4da4cc1b33efcfa543fd9d0:
> 
>   ARM: dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4 (2020-12-18 11:50:27 +0100)
> 

Applied to u-boot/master, thanks!