[PATCH v6 0/3] Add Radxa CM5 module and IO board dts
FUKAUMI Naoki
naoki at radxa.com
Fri Dec 5 04:07:00 PST 2025
This patch series adds initial device tree support for the Radxa CM5 SoM
and accompanying IO board.
V5 -> V6:
Patch (2/3)
- Move gmac1 (except status) from cm5-io.dts (Jimmy)
- Move pmic from cm5-io.dts (Dmitriy)
Patch (3/3)
- Remove regulator-{always,boot}-on from vcc3v3_pcie (Shawn)
- Remove max-frequency from sdmmc (Shawn)
- Remove no-mmc from sdmmc (Jimmy)
V4 -> V5:
Patch (2/3), per Jimmy:
- Alias eMMC to mmc0
- Remove unused sdio alias
- Move gmac, hdmi0 nodes to carrier board dts
Patch (3/3), per Jimmy:
- Enable hdmi0_sound and i2s5_8ch
- Remove redundant enablement of sdhci
- Enable usb_host2_xhci
- Tested HDMI audio
V3 -> V4:
- Fixed XHCI initialization bug by changing try-power-role from source
to sink
V2 -> V3:
- Addressed YAML syntax error in dt binding (per Rob)
- Fixed whitespace issue in dts reported by checkpatch.pl
- Split base SoM and carrier board into separate patches
- Added further details about the SoM and carrier to the commit
messages
V1 -> V2:
- Added copyright header and data sheet links
- Removed non-existent property
- Sorted alphabetically
- Removed errant whitespace
- Moved status to the end of each node
- Removed pinctrl-names property from leds (indicated by CHECK_DTBS)
- Removed delays from gmac with internal delay
- Link to v4: https://lore.kernel.org/r/20250605-rk3588s-cm5-io-dts-upstream-v4-0-8445db5ca6b0@gmail.com
Joseph Kogut (3):
dt-bindings: arm: rockchip: Add Radxa CM5 IO board
arm64: dts: rockchip: Add rk3588 based Radxa CM5
arm64: dts: rockchip: Add support for CM5 IO carrier
.../devicetree/bindings/arm/rockchip.yaml | 7 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../dts/rockchip/rk3588s-radxa-cm5-io.dts | 339 ++++++++++++++++++
.../boot/dts/rockchip/rk3588s-radxa-cm5.dtsi | 280 +++++++++++++++
4 files changed, 627 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5-io.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5.dtsi
--
2.43.0
More information about the Linux-rockchip
mailing list