mbox series

Pull request: u-boot-rockchip-20200820

Message ID 20200825063911.14904-1-kever.yang@rock-chips.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-rockchip-20200820 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20200820

Message

Kever Yang Aug. 25, 2020, 6:39 a.m. UTC
Hi Tom,

Please pull the rockchip updates/fixes:
- Fix rk3399 evb sdcard support
- Fix for SPL_LED support

Gitlab ci:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/4456

Thanks,
- Kever

The following changes since commit 2a4484a5c54cd64d5c4f8fd9aaa56f739d1b2b9d:

  Merge branch '2020-08-19-mediatek-updates' (2020-08-20 08:38:10 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20200820

for you to fetch changes up to b5b81f2490628650137c9fee3679c995f5fac757:

  rockchip: firefly-rk3288: Fix the code support for SPL_LED (2020-08-21 19:56:19 +0800)

----------------------------------------------------------------
Kever Yang (4):
      rockchip: dts: rk3399-evb: add sdmmc node
      rockchip: config: evb-rk3399: Add rockchip dwmmc support
      rockchip: rk3188: Fix the code support for SPL_LED
      rockchip: firefly-rk3288: Fix the code support for SPL_LED

 arch/arm/dts/rk3399-evb-u-boot.dtsi           | 13 +++++++++++++
 arch/arm/mach-rockchip/rk3188/rk3188.c        |  4 +++-
 board/firefly/firefly-rk3288/firefly-rk3288.c |  4 +++-
 configs/evb-rk3399_defconfig                  |  1 +
 4 files changed, 20 insertions(+), 2 deletions(-)

Comments

Tom Rini Aug. 25, 2020, 2:24 p.m. UTC | #1
On Tue, Aug 25, 2020 at 02:39:11PM +0800, Kever Yang wrote:

> Hi Tom,
> 
> Please pull the rockchip updates/fixes:
> - Fix rk3399 evb sdcard support
> - Fix for SPL_LED support
> 
> Gitlab ci:
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/4456
> 
> Thanks,
> - Kever
> 
> The following changes since commit 2a4484a5c54cd64d5c4f8fd9aaa56f739d1b2b9d:
> 
>   Merge branch '2020-08-19-mediatek-updates' (2020-08-20 08:38:10 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20200820
> 
> for you to fetch changes up to b5b81f2490628650137c9fee3679c995f5fac757:
> 
>   rockchip: firefly-rk3288: Fix the code support for SPL_LED (2020-08-21 19:56:19 +0800)
> 

Applied to u-boot/master, thanks!