[PATCH v2 0/4] rockchip: rk3588: Sync pcie and usb3 nodes from linux

Jonas Karlman jonas at kwiboo.se
Tue Oct 17 19:02:07 CEST 2023


This series sync rk3588 device tree nodes from latest mainline linux
maintainer tree and also update usb3 nodes with latest submitted patches.

Patch 1 sync latest device tree from latest linux maintainer tree to
move pcie and spi flash nodes away from -u-boot.dtsi files.

Patch 2 enable usb 2.0 support on rk3588-rock-5a.

Patch 3 fully enable pcie and ahci/sata support on rk3588-rock-5b.

Patch 4 sync usb3 nodes with latest pending patches in order to drop
use of rockchip,rk3399-dwc3 compatible.

Changes in v2:
- Sync device tree from linux v6.7-rockchip-dts64-1 tag
- Add patch to enable usb 2.0 support on rk3588-rock-5a
- Use rockchip,rk3568-dwc3 compatible so that dwc3-generic driver change
  can be submitted in a separate series
- Collect r-b tags

Jonas Karlman (4):
  rockchip: rk3588: Sync device tree from v6.7-rockchip-dts64-1 tag
  rockchip: rk3588-rock-5a: Enable support for USB 2.0 ports
  rockchip: rk3588-rock-5b: Enable support for PCIe SATA cards
  rockchip: rk3588-rock-5b: Sync USB3 nodes from mainline linux patches

 arch/arm/dts/rk3588-evb1-v10-u-boot.dtsi |  11 +-
 arch/arm/dts/rk3588-evb1-v10.dts         | 136 +++++++++++++++
 arch/arm/dts/rk3588-rock-5b-u-boot.dtsi  | 204 +++++------------------
 arch/arm/dts/rk3588-rock-5b.dts          | 145 ++++++++++++++++
 arch/arm/dts/rk3588-u-boot.dtsi          |  40 ++---
 arch/arm/dts/rk3588s-pinctrl.dtsi        |  44 +++++
 arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi |   4 -
 arch/arm/dts/rk3588s-u-boot.dtsi         |  78 +++++----
 arch/arm/dts/rk3588s.dtsi                |  24 +++
 configs/rock5a-rk3588s_defconfig         |  16 +-
 configs/rock5b-rk3588_defconfig          |   7 +-
 11 files changed, 467 insertions(+), 242 deletions(-)

-- 
2.42.0



More information about the U-Boot mailing list