[PATCH v3 0/7] add ArmSoM Sige7 Rk3588 board

Jianfeng Liu liujianfeng1994 at gmail.com
Mon May 27 19:02:07 CEST 2024


Devicetree of ArmSoM Sige7 is merged to kernel v6.10-rc1 with USBDP and
GPU nodes. So I use update-dts-subtree.sh to pick related commits of
rk3588s.dtsi, and then pick the commit of ArmSoM Sige7's devicetree.
I also did run command:
./dts/update-dts-subtree.sh pull v6.10-rc1-dts
based on my work but there is a merge conflict of file:
dts/upstream/Bindings/Makefile
I think this should not be related to my work.

Changes in v3:
- Use update-dts-subtree.sh to pick upstream dts

Changes in v2:
- Fix alphabetical order of MAINTAINERS
- Use arch/arm/dts/rk3588-armsom-sige7* in board MAINTAINERS
- Remove spi flash related config
- Move kernel dts to dts/upstream/src/arm64/rockchip/

Boris Brezillon (1):
  arm64: dts: rockchip: Add rk3588 GPU node

Diederik de Haas (1):
  arm64: dts: rockchip: Fix ordering of nodes on rk3588s

Jianfeng Liu (2):
  arm64: dts: rockchip: Add ArmSom Sige7 board
  board: rockchip: add ArmSoM Sige7 Rk3588 board

Sebastian Reichel (3):
  arm64: dts: rockchip: fix usb2phy nodename for rk3588
  arm64: dts: rockchip: add USBDP phys on rk3588
  arm64: dts: rockchip: add USB3 DRD controllers on rk3588

 MAINTAINERS                                   |   1 +
 arch/arm/dts/rk3588-armsom-sige7-u-boot.dtsi  |  28 +
 arch/arm/mach-rockchip/rk3588/Kconfig         |  26 +
 board/armsom/sige7-rk3588/Kconfig             |  12 +
 board/armsom/sige7-rk3588/MAINTAINERS         |   7 +
 configs/sige7-rk3588_defconfig                |  93 +++
 doc/board/rockchip/rockchip.rst               |   1 +
 .../arm64/rockchip/rk3588-armsom-sige7.dts    | 721 ++++++++++++++++++
 dts/upstream/src/arm64/rockchip/rk3588.dtsi   |  72 ++
 dts/upstream/src/arm64/rockchip/rk3588s.dtsi  | 337 +++++---
 include/configs/sige7-rk3588.h                |  15 +
 11 files changed, 1215 insertions(+), 98 deletions(-)
 create mode 100644 arch/arm/dts/rk3588-armsom-sige7-u-boot.dtsi
 create mode 100644 board/armsom/sige7-rk3588/Kconfig
 create mode 100644 board/armsom/sige7-rk3588/MAINTAINERS
 create mode 100644 configs/sige7-rk3588_defconfig
 create mode 100644 dts/upstream/src/arm64/rockchip/rk3588-armsom-sige7.dts
 create mode 100644 include/configs/sige7-rk3588.h

-- 
2.34.1



More information about the U-Boot mailing list