[PATCH v4 00/10] add ArmSoM Sige7 Rk3588 board
Quentin Schulz
quentin.schulz at cherry.de
Fri Jun 7 12:16:06 CEST 2024
Hi Jianfeng,
For the whole series:
Reviewed-by: Quentin Schulz <quentin.schulz at 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
>
More information about the U-Boot
mailing list