Pull request: u-boot-rockchip-20230319
Kever Yang
kever.yang at rock-chips.com
Sun Mar 19 07:52:22 CET 2023
Hi Tom,
Please pull the fixes for rockchip platform:
- Fix for rockchip timer driver;
- Fix for rk3568 and rk3588 boot device and clock driver;
- Fix for rk3568 reset handler;
- Fix for rk3568 sdhci DLL at 52MHz;
CI:
https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/15648
Thanks,
- Kever
The following changes since commit 318af47668aa2347ca9bbf2114cb9af1d8739aca:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-coldfire (2023-03-15 12:03:17 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20230319
for you to fetch changes up to d35a1392c5d17e067d16b7b096565b16af495f34:
arm: dts: rockchip: rk3188-radxarock-u-boot: remove timer compatible replacement (2023-03-19 14:12:01 +0800)
----------------------------------------------------------------
Johan Jonker (2):
rockchip: timer: rockchip_timer: fix compatible and driver name
arm: dts: rockchip: rk3188-radxarock-u-boot: remove timer compatible replacement
Jonas Karlman (9):
rockchip: Fix early use of bootph props
rockchip: rk3568: Fix boot device detection
rockchip: rk3568-rock-3a: Sync device tree from linux
clk: rockchip: rk3588: Fix clk_aux16m in clock driver
rockchip: rk3588: Add boot device detection
rockchip: tinker-rk3288: Use common BOOT_TARGET_DEVICES
mmc: rockchip_dw_mmc: Fix get_mmc_clk return value
rockchip: include: configs: Remove dangling comments
rockchip: include: configs: Remove unused SDRAM_BANK_SIZE
Peter Geis (1):
clk: rockchip: rk3568: Fix reset handler
Vasily Khoruzhick (3):
clk: rockchip: rk3568: add stubs for CLK_PCIEPHY_REF clocks
Revert "arm64: dts: rk356x-u-boot: Drop combphy1 assigned-clocks/rates"
rockchip: sdhci: rk3568: bypass DLL when clk <= 52 MHz
arch/arm/dts/rk3188-radxarock-u-boot.dtsi | 1 -
arch/arm/dts/rk3308-rock-pi-s-u-boot.dtsi | 2 +-
arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 2 +-
arch/arm/dts/rk3568-rock-3a-u-boot.dtsi | 12 +-
arch/arm/dts/rk3568-rock-3a.dts | 261 ++++++++++++++++++++++-
arch/arm/dts/rk356x-u-boot.dtsi | 7 +-
arch/arm/dts/rk3588-edgeble-neu6a-io-u-boot.dtsi | 2 +-
arch/arm/dts/rk3588s-u-boot.dtsi | 14 +-
arch/arm/mach-rockchip/rk3568/rk3568.c | 2 +-
arch/arm/mach-rockchip/rk3588/rk3588.c | 7 +
drivers/clk/rockchip/clk_rk3568.c | 5 +
drivers/clk/rockchip/clk_rk3588.c | 4 +-
drivers/mmc/rockchip_dw_mmc.c | 2 +-
drivers/mmc/rockchip_sdhci.c | 15 +-
drivers/timer/rockchip_timer.c | 8 +-
include/configs/evb_rk3328.h | 2 -
include/configs/evb_rk3399.h | 2 -
include/configs/pinebook-pro-rk3399.h | 2 -
include/configs/pinephone-pro-rk3399.h | 2 -
include/configs/puma_rk3399.h | 2 -
include/configs/px30_common.h | 1 -
include/configs/rk3128_common.h | 4 -
include/configs/rk3188_common.h | 6 -
include/configs/rk322x_common.h | 1 -
include/configs/rk3288_common.h | 3 -
include/configs/rk3308_common.h | 1 -
include/configs/rk3328_common.h | 1 -
include/configs/rk3399_common.h | 1 -
include/configs/roc-pc-rk3399.h | 2 -
include/configs/rock960_rk3399.h | 1 -
include/configs/rockchip-common.h | 2 -
include/configs/rockpro64_rk3399.h | 1 -
include/configs/rv1108_common.h | 2 -
include/configs/tinker_rk3288.h | 9 -
include/configs/vyasa-rk3288.h | 6 -
35 files changed, 304 insertions(+), 91 deletions(-)
More information about the U-Boot
mailing list