This series add support for the ArmSoM Sige5 board and is a split from the "rockchip: rk3576: Add rng, checkboard() and ArmSoM Sige5" v1 [1] series.
Changes in v3: - Ensure USB3OTG U3 port is enabled when USB3 PHY is used - Drop device tree patches merged with the v6.16-dts sync Changes in v2: - Pick dts/upstream commits to add PCIe nodes - Add support for RK3576 to the naneng-combphy driver - Enable PCIe, NVMe and USB Kconfig options This series depends on the "rockchip: rk3576: Add rng, checkboard() and generic board" v3 [1] series for a clean apply. [1] https://patchwork.ozlabs.org/cover/2118071/ Jon Lin (1): phy: rockchip: naneng-combphy: Add support for RK3576 Jonas Karlman (2): rockchip: clk: clk_rk3576: Add dummy CLK_REF_PCIEx_PHY support board: rockchip: Add ArmSoM Sige5 arch/arm/dts/rk3576-armsom-sige5-u-boot.dtsi | 18 +++ arch/arm/mach-rockchip/rk3576/MAINTAINERS | 6 + configs/sige5-rk3576_defconfig | 66 ++++++++ doc/board/rockchip/rockchip.rst | 1 + drivers/clk/rockchip/clk_rk3576.c | 2 + .../rockchip/phy-rockchip-naneng-combphy.c | 147 ++++++++++++++++++ 6 files changed, 240 insertions(+) create mode 100644 arch/arm/dts/rk3576-armsom-sige5-u-boot.dtsi create mode 100644 configs/sige5-rk3576_defconfig -- 2.50.1