
Hi Tom,
Please pull the rockchip fixes: - Fix for Rockchip mmc HS400 mode; - Fix for px30 board Odroid Go; - rockchip_sfc update; - rk3568 clk update; - doc fix;
Gitlab ci: https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/9491
Thanks, - Kever
The following changes since commit 2d34be0a9e12cf050de39ad95375213f48e685bd:
Merge branch '2021-10-14-assorted-updates' (2021-10-15 07:50:59 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20211015
for you to fetch changes up to 022f552704b6467966e4fad39c85a6aca9204c94:
mmc: rockchip_sdhci: enable strobe line for HS400 (2021-10-15 20:57:41 +0800)
---------------------------------------------------------------- Chris Morgan (3): rockchip: px30: add support for setting cpll clock rockchip: board: remove SCLK_GPU from U-Boot DT rockchip: px30: sync serial flash controller bindings with mainline
Elaine Zhang (1): clk: rockchip: rk3568: update clks
Johan Jonker (2): doc: rockchip: sort rockchip support list for rk3188 doc: rockchip: write all brand names with a capital
Jon Lin (2): spi: rockchip_sfc: Implement set_speed logic spi: rockchip_sfc: Using read_poll
Peter Robinson (1): rockchip: rk33xx: Drop ROCKCHIP_USB2_PHY on boards without it
Yifeng Zhao (1): mmc: rockchip_sdhci: enable strobe line for HS400
arch/arm/dts/px30.dtsi | 4 +- arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi | 12 +- arch/arm/dts/rk3326-odroid-go2.dts | 8 +- arch/arm/include/asm/arch-rockchip/cru_rk3568.h | 2 +- configs/lion-rk3368_defconfig | 1 - configs/nanopc-t4-rk3399_defconfig | 1 - configs/roc-pc-mezzanine-rk3399_defconfig | 1 - configs/roc-pc-rk3399_defconfig | 1 - configs/rock-pi-n10-rk3399pro_defconfig | 1 - doc/board/rockchip/rockchip.rst | 20 ++-- drivers/clk/rockchip/clk_px30.c | 3 + drivers/clk/rockchip/clk_rk3568.c | 11 +- drivers/mmc/rockchip_sdhci.c | 3 + drivers/spi/rockchip_sfc.c | 149 ++++++++++++------------ 14 files changed, 117 insertions(+), 100 deletions(-)