mbox series

[v2,0/3] Add Geniatech XPI-3128 board

Message ID 20231119130351.112261-2-knaerzche@gmail.com (mailing list archive)
Headers show
Series Add Geniatech XPI-3128 board | expand

Message

Alex Bee Nov. 19, 2023, 1:03 p.m. UTC
This series adds RK3128 based Geniatech XPI-3128 SBC board.

Please see commit messages of the individual patches for details.

These patches have been part of the pretty huge RK3128 bring-up/fix-up
series [0] which I've splitted-up now, as suggested.

[0] https://lore.kernel.org/linux-rockchip/20230829171647.187787-1-knaerzche@gmail.com

Changes in v2:
 - drop nodes from board DT that have been part of the initial series that
   are not upstream yet
 - rephrase some board DT comments
 - refine commit messages
 - added mmc-ddr-3_3v property for eMMC

Alex Bee (3):
  dt-bindings: arm: rockchip: Add Geniatech XPI-3128
  ARM: dts: rockchip: Add sdmmc_det pinctrl for RK3128
  ARM: dts: Add Geniatech XPI-3128 RK3128 board

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 arch/arm/boot/dts/rockchip/Makefile           |   1 +
 .../arm/boot/dts/rockchip/rk3128-xpi-3128.dts | 397 ++++++++++++++++++
 arch/arm/boot/dts/rockchip/rk3128.dtsi        |   4 +
 4 files changed, 407 insertions(+)
 create mode 100644 arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts

Comments

Heiko Stübner Nov. 20, 2023, 3:31 p.m. UTC | #1
On Sun, 19 Nov 2023 14:03:49 +0100, Alex Bee wrote:
> This series adds RK3128 based Geniatech XPI-3128 SBC board.
> 
> Please see commit messages of the individual patches for details.
> 
> These patches have been part of the pretty huge RK3128 bring-up/fix-up
> series [0] which I've splitted-up now, as suggested.
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: arm: rockchip: Add Geniatech XPI-3128
      commit: e5fc1f038355634087f6a178454341dcfd50b89b
[2/3] ARM: dts: rockchip: Add sdmmc_det pinctrl for RK3128
      commit: cdc86eeebbd26c60bcee1c81598ecf684852a733
[3/3] ARM: dts: Add Geniatech XPI-3128 RK3128 board
      commit: 6135ac43309f5ef91ad60c688931027226779fed

Best regards,