mbox series

[v4,00/10] add ArmSoM Sige7 Rk3588 board

Message ID 20240528170406.353616-1-liujianfeng1994@gmail.com
Headers show
Series add ArmSoM Sige7 Rk3588 board | expand

Message

Jianfeng Liu May 28, 2024, 5:03 p.m. UTC
This series also introduces dts commits of rk3588s.dtsi and rk3588.dtsi
from v6.10-rc1-dts.
Then dts of ArmSoM Sige7 is picked from upstream.
I also remove obsolete usb3 nodes of rk3588-u-boot.dtsi and
rk3588-u-boot.dtsi.

Changes in v4:
- Pick all commits of rk3588s.dtsi and rk3588.dtsi from v6.10-rc1-dts
- Remove obsolete USB3 DRD nodes in u-boot.dtsi of rk3588s/rk3588
- Remove sdhci and usb nodes from rk3588-armsom-sige7-u-boot.dtsi

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 (3):
  arm64: dts: rockchip: Add ArmSom Sige7 board
  rockchip: rk3588: Remove USB3 DRD nodes in u-boot.dtsi
  board: rockchip: add ArmSoM Sige7 Rk3588 board

Niklas Cassel (1):
  arm64: dts: rockchip: add rk3588 pcie and php IOMMUs

Sebastian Reichel (4):
  arm64: dts: rockchip: fix usb2phy nodename for rk3588
  arm64: dts: rockchip: reorder usb2phy properties 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  |   6 +
 arch/arm/dts/rk3588-u-boot.dtsi               |  74 --
 arch/arm/dts/rk3588s-u-boot.dtsi              |  85 ---
 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  | 377 ++++++---
 include/configs/sige7-rk3588.h                |  15 +
 13 files changed, 1225 insertions(+), 265 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

Comments

Sumit Garg June 6, 2024, 7:06 a.m. UTC | #1
Hi Jianfeng,

On Tue, 28 May 2024 at 22:35, Jianfeng Liu <liujianfeng1994@gmail.com> wrote:
>
> This series also introduces dts commits of rk3588s.dtsi and rk3588.dtsi
> from v6.10-rc1-dts.
> Then dts of ArmSoM Sige7 is picked from upstream.
> I also remove obsolete usb3 nodes of rk3588-u-boot.dtsi and
> rk3588-u-boot.dtsi.
>
> Changes in v4:
> - Pick all commits of rk3588s.dtsi and rk3588.dtsi from v6.10-rc1-dts
> - Remove obsolete USB3 DRD nodes in u-boot.dtsi of rk3588s/rk3588
> - Remove sdhci and usb nodes from rk3588-armsom-sige7-u-boot.dtsi
>
> 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 (3):
>   arm64: dts: rockchip: Add ArmSom Sige7 board
>   rockchip: rk3588: Remove USB3 DRD nodes in u-boot.dtsi
>   board: rockchip: add ArmSoM Sige7 Rk3588 board
>
> Niklas Cassel (1):
>   arm64: dts: rockchip: add rk3588 pcie and php IOMMUs
>
> Sebastian Reichel (4):
>   arm64: dts: rockchip: fix usb2phy nodename for rk3588
>   arm64: dts: rockchip: reorder usb2phy properties for rk3588
>   arm64: dts: rockchip: add USBDP phys on rk3588
>   arm64: dts: rockchip: add USB3 DRD controllers on rk3588
>

Nice to see cherry pick from subtree worked as expected for you.

FWIW, for the series:

Acked-by: Sumit Garg <sumit.garg@linaro.org>

-Sumit

>  MAINTAINERS                                   |   1 +
>  arch/arm/dts/rk3588-armsom-sige7-u-boot.dtsi  |   6 +
>  arch/arm/dts/rk3588-u-boot.dtsi               |  74 --
>  arch/arm/dts/rk3588s-u-boot.dtsi              |  85 ---
>  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  | 377 ++++++---
>  include/configs/sige7-rk3588.h                |  15 +
>  13 files changed, 1225 insertions(+), 265 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
>
Quentin Schulz June 7, 2024, 10:16 a.m. UTC | #2
Hi Jianfeng,

For the whole series:

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin

On 5/28/24 7:03 PM, Jianfeng Liu wrote:
> This series also introduces dts commits of rk3588s.dtsi and rk3588.dtsi
> from v6.10-rc1-dts.
> Then dts of ArmSoM Sige7 is picked from upstream.
> I also remove obsolete usb3 nodes of rk3588-u-boot.dtsi and
> rk3588-u-boot.dtsi.
> 
> Changes in v4:
> - Pick all commits of rk3588s.dtsi and rk3588.dtsi from v6.10-rc1-dts
> - Remove obsolete USB3 DRD nodes in u-boot.dtsi of rk3588s/rk3588
> - Remove sdhci and usb nodes from rk3588-armsom-sige7-u-boot.dtsi
> 
> 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 (3):
>    arm64: dts: rockchip: Add ArmSom Sige7 board
>    rockchip: rk3588: Remove USB3 DRD nodes in u-boot.dtsi
>    board: rockchip: add ArmSoM Sige7 Rk3588 board
> 
> Niklas Cassel (1):
>    arm64: dts: rockchip: add rk3588 pcie and php IOMMUs
> 
> Sebastian Reichel (4):
>    arm64: dts: rockchip: fix usb2phy nodename for rk3588
>    arm64: dts: rockchip: reorder usb2phy properties 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  |   6 +
>   arch/arm/dts/rk3588-u-boot.dtsi               |  74 --
>   arch/arm/dts/rk3588s-u-boot.dtsi              |  85 ---
>   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  | 377 ++++++---
>   include/configs/sige7-rk3588.h                |  15 +
>   13 files changed, 1225 insertions(+), 265 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
>