Pull request: u-boot-rockchip-20230814

Hi Tom,
Please pull the updates for rockchip platform: - Add board: rk3568 EmbedFire Lubancat 2 - Fixes for rk3568 clock and pinctrl; - Fixes for rk3308 clock and uart; - rk3328 rock64 updates; - Video fix on veyron board;
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/17348
Thanks, - Kever
The following changes since commit a5899cc69a99379f01e8e2f9f98e0e09b24f1656:
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog (2023-08-10 11:40:09 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20230814
for you to fetch changes up to d7009faa098169abd7ff0e4b41af89b17896a7da:
pinctrl: rockchip: Fix drive and input schmitt on RK3568 (2023-08-14 11:07:27 +0800)
---------------------------------------------------------------- Alvaro Fernando García (1): video: avoid build failure on veyron board
Andy Yan (1): rockchip: rk3568: Add EmbedFire Lubancat 2 support
Anton (1): rockchip: cru: Enable cpu info support for rk3568
Damon Ding (1): clk: rockchip: rk3568: Fix clk selection in rk3568_pwm_get_clk
FUKAUMI Naoki (1): rockchip: MAINTAINERS: fix board name for Radxa ROCK 4C+
Jagan Teki (1): rockchip: rv1126: Enable fdtoverlay support
Jonas Karlman (6): pci: rockchip: Release resources on failing probe clk: rockchip: rk3568: Fix mask for clk_cpll_div_25m_div clk: rockchip: rk3568: Include UART clocks in SPL clk: rockchip: rk3568: Add dummy support for GMAC speed clocks rockchip: rk356x-u-boot: Set max-frequency prop in sdhci node pinctrl: rockchip: Fix drive and input schmitt on RK3568
Massimo Pegorer (5): rockchip: spl: Drop useless call to debug_uart_init rockchip: spl: Drop out of scope debug message related to uart init clk: rockchip: rk3308: Fix ordering between masking and shifting clk: rockchip: rk3308: Support reading UART rate and clock registers dts: rockchip: rk3308: Avoid warning for serial probe on prereloc
Peter Robinson (3): config: rock64: enable efuse for stable mac addr rockchip: dts: rk3328: Add rng details to u-boot.dtsi rockchip: dts: rk3328: rock64: Align spi flash entry
Quentin Schulz (1): rockchip: rk3399: remove duplicate call to regulators_enable_boot_on
arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3308-rock-pi-s-u-boot.dtsi | 29 +- arch/arm/dts/rk3328-rock64-u-boot.dtsi | 2 +- arch/arm/dts/rk3328-rock64.dts | 2 +- arch/arm/dts/rk3328-u-boot.dtsi | 6 + arch/arm/dts/rk3568-lubancat-2-u-boot.dtsi | 27 + arch/arm/dts/rk3568-lubancat-2.dts | 733 ++++++++++++++++++++++++ arch/arm/dts/rk356x-u-boot.dtsi | 3 +- arch/arm/include/asm/arch-rk3308/cru_rk3308.h | 15 + arch/arm/include/asm/arch-rockchip/cru.h | 2 + arch/arm/include/asm/arch-rockchip/cru_rk3568.h | 4 +- arch/arm/mach-rockchip/Kconfig | 1 + arch/arm/mach-rockchip/rk3399/rk3399.c | 10 - arch/arm/mach-rockchip/spl.c | 13 - board/rockchip/evb_rk3399/MAINTAINERS | 2 +- board/rockchip/evb_rk3568/MAINTAINERS | 7 + configs/lubancat-2-rk3568_defconfig | 85 +++ configs/rock64-rk3328_defconfig | 3 + doc/board/rockchip/rockchip.rst | 1 + drivers/clk/rockchip/clk_rk3308.c | 69 ++- drivers/clk/rockchip/clk_rk3568.c | 17 +- drivers/pci/pcie_rockchip.c | 108 ++-- drivers/pinctrl/rockchip/pinctrl-rk3568.c | 56 +- drivers/video/pwm_backlight.c | 7 +- include/configs/rv1126_common.h | 1 + 25 files changed, 1085 insertions(+), 119 deletions(-) create mode 100644 arch/arm/dts/rk3568-lubancat-2-u-boot.dtsi create mode 100644 arch/arm/dts/rk3568-lubancat-2.dts create mode 100644 configs/lubancat-2-rk3568_defconfig

On Mon, Aug 14, 2023 at 08:14:13PM +0800, Kever Yang wrote:
Hi Tom,
Please pull the updates for rockchip platform:
- Add board: rk3568 EmbedFire Lubancat 2
- Fixes for rk3568 clock and pinctrl;
- Fixes for rk3308 clock and uart;
- rk3328 rock64 updates;
- Video fix on veyron board;
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/17348
Thanks,
- Kever
The following changes since commit a5899cc69a99379f01e8e2f9f98e0e09b24f1656:
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog (2023-08-10 11:40:09 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20230814
for you to fetch changes up to d7009faa098169abd7ff0e4b41af89b17896a7da:
pinctrl: rockchip: Fix drive and input schmitt on RK3568 (2023-08-14 11:07:27 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Kever Yang
-
Tom Rini