mbox series

Pull request: u-boot-rockchip-20230629

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

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20230629

Message

Kever Yang June 29, 2023, 12:13 p.m. UTC
Hi Tom,


Please pull the fixex for rockchip platform:
- rockchip inno phy fix;
- pinctrl driver in SPL arort in specific case;
- fix IO port voltage for rock5b-rk3588 board;

CI:
https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/16732

Thanks,
- Kever

The following changes since commit 580eb31199be8a822e62f20965854a242f895d03:

  Merge branch 'riscv-fixes' of https://source.denx.de/u-boot/custodians/u-boot-riscv (2023-06-27 09:39:58 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20230629

for you to fetch changes up to d77d5301d7dc333db0425ee82499fe362abd259d:

  board: rockchip: rock5b-rk3588: fix description (2023-06-29 18:43:42 +0800)

----------------------------------------------------------------
Eugen Hristev (2):
      phy: rockchip: inno-usb2: fix phy reg=0 case
      board: rockchip: rock5b-rk3588: fix description

Jonas Karlman (1):
      pinctrl: rockchip: Fix Data Abort exception in SPL

Ondrej Jirman (1):
      pinephone-pro: Fix I/O port voltage (GPIO3D4A is 1.8V)

 arch/arm/mach-rockchip/rk3588/Kconfig              | 10 ++++----
 .../pinephone-pro-rk3399/pinephone-pro-rk3399.c    |  6 +++--
 drivers/phy/rockchip/phy-rockchip-inno-usb2.c      |  2 +-
 drivers/pinctrl/rockchip/pinctrl-rockchip-core.c   | 28 +++++-----------------
 4 files changed, 16 insertions(+), 30 deletions(-)

Comments

Tom Rini June 29, 2023, 10:58 p.m. UTC | #1
On Thu, Jun 29, 2023 at 08:13:42PM +0800, Kever Yang wrote:

> Hi Tom,
> 
> 
> Please pull the fixex for rockchip platform:
> - rockchip inno phy fix;
> - pinctrl driver in SPL arort in specific case;
> - fix IO port voltage for rock5b-rk3588 board;
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/16732
> 
> Thanks,
> - Kever
> 
> The following changes since commit 580eb31199be8a822e62f20965854a242f895d03:
> 
>   Merge branch 'riscv-fixes' of https://source.denx.de/u-boot/custodians/u-boot-riscv (2023-06-27 09:39:58 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20230629
> 
> for you to fetch changes up to d77d5301d7dc333db0425ee82499fe362abd259d:
> 
>   board: rockchip: rock5b-rk3588: fix description (2023-06-29 18:43:42 +0800)
> 

Applied to u-boot/master, thanks!