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@xxxxxxxxx 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 -- 2.42.0