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

Jonas Karlman jonas at kwiboo.se
Wed Oct 11 00:23:34 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 fully enable pcie and ahci/sata support on rk3588-rock-5b.

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

Patch 4 adds support for rockchip,rk3588-dwc3 compatible to the
dwc3-generic driver.

Jonas Karlman (4):
  rockchip: rk3588: Sync device tree from linux maintainer tree
  rockchip: rk3588-rock-5b: Enable support for PCIe SATA cards
  rockchip: rk3588-rock-5b: Sync USB3 nodes from mainline linux patches
  usb: dwc3-generic: Use combined glue and ctrl node for RK3588

 arch/arm/dts/rk3588-evb1-v10-u-boot.dtsi |  11 +-
 arch/arm/dts/rk3588-evb1-v10.dts         |  98 +++++++++++
 arch/arm/dts/rk3588-rock-5b-u-boot.dtsi  | 204 +++++------------------
 arch/arm/dts/rk3588-rock-5b.dts          | 140 ++++++++++++++++
 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                |  11 ++
 configs/rock5b-rk3588_defconfig          |   7 +-
 drivers/usb/dwc3/dwc3-generic.c          |   1 +
 11 files changed, 397 insertions(+), 241 deletions(-)

-- 
2.42.0



More information about the U-Boot mailing list