[PATCH v2 00/23] rockchip: rk35xx: Miscellaneous fixes and updates
Jonas Karlman
jonas at kwiboo.se
Sat Apr 13 20:13:34 CEST 2024
This series include miscellaneous fixes and updates for RK356x and
RK3588 boards.
Patch 1-2 adds support for reference clocks used by USB driver.
Patch 3-5 drops unnecessary Kconfig options.
Patch 6-9 sort and imply RNG, PHY_GIGE and BOOTSTD_FULL Kconfig options.
Patch 10-12 sort and update use of bootph properties.
Patch 13-16 fixes minor issues observed with newly added boards.
Patch 17 enables options on rk3588-edgeble-neu6 boards to closer match
other RK35xx boards.
Patch 18-22 adds SPI flash and USB OTG support to the rk35xx-generic
boards.
Patch 23 fixes use of HS200 mode on a few RK3588 boards.
Changes in v2:
- Add patch to fix use of HS200 mode on a few RK3588 boards
- Follow kernel sort order for DT props
- Fix Makefile entry from .dts to .dtb
- Split rk35xx-generic related patches
- Collect r-b tags
Jonas Karlman (23):
clk: rockchip: rk356x: Add CLK_USB3OTGx_REF support
clk: rockchip: rk3588: Add REF_CLK_USB3OTGx support
rockchip: rk35xx: Drop USB_GADGET_PRODUCT_NUM Kconfig option
rockchip: rk3588: Drop REGULATOR_PWM Kconfig option
rockchip: rk3566-anbernic-rgxx3: Remove SPL_ROCKCHIP_BACK_TO_BROM
option
rockchip: rk35xx: Sort imply statements alphabetically
rockchip: rk35xx: Enable random generator
rockchip: rk35xx: Imply support for GbE PHY
rockchip: rk356x: Imply enhanced features for standard boot
rockchip: rk35xx: Sort soc u-boot.dtsi alphabetically
rockchip: rk356x: Update bootph props
rockchip: rk3588: Update bootph props
rockchip: rk3566-pinetab2: Fix reading FIT from SPI flash
rockchip: rk3588-coolpi: Add boards to documentation
rockchip: rk3588-toybrick: Add missing Kconfig options
rockchip: rk3588-turing-rk1: Use dwc3-generic driver
rockchip: rk3588-edgeble-neu6: Enable FIT checksum validation
rockchip: rk356x-generic: Fix eMMC and SD-card pinctrl
rockchip: rk356x-generic: Add support for SPI flash
rockchip: rk356x-generic: Add support for USB OTG
rockchip: rk3588-generic: Add support for USB OTG
rockchip: rk35xx-generic: Disable unused features
rockchip: rk3588: Enable use of eMMC HS200 mode on a few missed boards
arch/arm/dts/Makefile | 5 +-
.../arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi | 6 -
arch/arm/dts/rk3566-pinetab2-u-boot.dtsi | 25 ++--
arch/arm/dts/rk3566-quartz64-a-u-boot.dtsi | 8 +-
arch/arm/dts/rk3566-quartz64-b-u-boot.dtsi | 4 +-
arch/arm/dts/rk3568-generic-u-boot.dtsi | 7 +
arch/arm/dts/rk3568-generic.dts | 37 ++++-
arch/arm/dts/rk3568-odroid-m1-u-boot.dtsi | 7 +-
arch/arm/dts/rk3568-rock-3a-u-boot.dtsi | 5 +-
arch/arm/dts/rk356x-u-boot.dtsi | 136 ++++++++++--------
.../arm/dts/rk3588-coolpi-cm5-evb-u-boot.dtsi | 8 +-
.../dts/rk3588-edgeble-neu6a-io-u-boot.dtsi | 5 +
.../dts/rk3588-edgeble-neu6b-io-u-boot.dtsi | 5 +
arch/arm/dts/rk3588-evb1-v10-u-boot.dtsi | 5 +
arch/arm/dts/rk3588-generic-u-boot.dtsi | 22 +++
arch/arm/dts/rk3588-generic.dts | 3 +-
arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi | 17 ++-
.../dts/rk3588-orangepi-5-plus-u-boot.dtsi | 7 +-
arch/arm/dts/rk3588-quartzpro64-u-boot.dtsi | 5 +
arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 8 +-
arch/arm/dts/rk3588-toybrick-x0-u-boot.dtsi | 5 +
arch/arm/dts/rk3588-turing-rk1-u-boot.dtsi | 6 +-
arch/arm/dts/rk3588s-coolpi-4b-u-boot.dtsi | 8 +-
arch/arm/dts/rk3588s-orangepi-5-u-boot.dtsi | 9 +-
arch/arm/dts/rk3588s-u-boot.dtsi | 104 ++++++++------
arch/arm/mach-rockchip/Kconfig | 31 ++--
configs/anbernic-rgxx3-rk3566_defconfig | 4 -
configs/bpi-r2-pro-rk3568_defconfig | 1 -
configs/evb-rk3568_defconfig | 3 +-
configs/evb-rk3588_defconfig | 5 +-
configs/generic-rk3568_defconfig | 30 ++++
configs/generic-rk3588_defconfig | 16 +++
configs/neu6a-io-rk3588_defconfig | 8 +-
configs/neu6b-io-rk3588_defconfig | 8 +-
configs/pinetab2-rk3566_defconfig | 2 +-
configs/quartzpro64-rk3588_defconfig | 1 -
configs/rock5b-rk3588_defconfig | 2 -
configs/toybrick-rk3588_defconfig | 6 +-
configs/turing-rk1-rk3588_defconfig | 3 -
doc/board/rockchip/rockchip.rst | 2 +
drivers/clk/rockchip/clk_rk3568.c | 4 +
drivers/clk/rockchip/clk_rk3588.c | 6 +
42 files changed, 391 insertions(+), 198 deletions(-)
--
2.43.2
More information about the U-Boot
mailing list