[PATCH v3 0/3] arm64: dts: add descriptions for solidrun i.mx8mp based boards

Josua Mayer posted 3 patches 1 month, 1 week ago
There is a newer version of this series
Documentation/devicetree/bindings/arm/fsl.yaml     |  11 +
arch/arm64/boot/dts/freescale/Makefile             |   5 +
arch/arm64/boot/dts/freescale/imx8mp-cubox-m.dts   | 223 ++++++++
.../dts/freescale/imx8mp-hummingboard-mate.dts     |  31 ++
.../boot/dts/freescale/imx8mp-hummingboard-pro.dts |  76 +++
.../freescale/imx8mp-hummingboard-pulse-codec.dtsi |  59 ++
.../imx8mp-hummingboard-pulse-common.dtsi          | 384 +++++++++++++
.../freescale/imx8mp-hummingboard-pulse-hdmi.dtsi  |  44 ++
.../freescale/imx8mp-hummingboard-pulse-m2con.dtsi |  60 +++
.../imx8mp-hummingboard-pulse-mini-hdmi.dtsi       |  81 +++
.../dts/freescale/imx8mp-hummingboard-pulse.dts    |  83 +++
.../dts/freescale/imx8mp-hummingboard-ripple.dts   |  31 ++
arch/arm64/boot/dts/freescale/imx8mp-sr-som.dtsi   | 591 +++++++++++++++++++++
13 files changed, 1679 insertions(+)
[PATCH v3 0/3] arm64: dts: add descriptions for solidrun i.mx8mp based boards
Posted by Josua Mayer 1 month, 1 week ago
Add bindings and descriptions for the SolidRun i.MX8M Plus based System
on Module and various reference boards based on said module:

- CuBox-M
- HummingBoard Mate
- HummingBoard Pro
- HummingBoard Pulse
- HummingBoard Ripple

Signed-off-by: Josua Mayer <josua@solid-run.com>
---
Changes in v3:
- Dropped unnecessary status property, sorted i2c nodes, sorted
  dsp_reserved node, sorted pinctrl nodes, renamed audio-codec node,
  dropped unnecessary newline
  (Reported-by: Shawn Guo <shawnguo2@yeah.net>)
- rebased on v6.17-rc1
- Link to v2: https://lore.kernel.org/r/20250707-imx8mp-sr-som-v2-0-785814ef09a9@solid-run.com

Changes in v2:
- Removed invalid spidev (rohm,dh2228fv) node for mikrobus header spi
  (Reported-by: Krzysztof Kozlowski <krzk@kernel.org>)
- Added Acked-by: Rob Herring (Arm) <robh@kernel.org> on bindings
- Added m.2 connector reset hog for hummingboard pulse (usb-3.0 only,
  pulled low from u-boot)
- Link to v1: https://lore.kernel.org/r/20250614-imx8mp-sr-som-v1-0-3ca3269883c4@solid-run.com

---
Josua Mayer (3):
      dt-bindings: arm: fsl: Add bindings for SolidRun i.MX8MP SoM and boards
      arm64: dts: add description for solidrun imx8mp som and cubox-m
      arm64: dts: add description for solidrun imx8mp hummingboard variants

 Documentation/devicetree/bindings/arm/fsl.yaml     |  11 +
 arch/arm64/boot/dts/freescale/Makefile             |   5 +
 arch/arm64/boot/dts/freescale/imx8mp-cubox-m.dts   | 223 ++++++++
 .../dts/freescale/imx8mp-hummingboard-mate.dts     |  31 ++
 .../boot/dts/freescale/imx8mp-hummingboard-pro.dts |  76 +++
 .../freescale/imx8mp-hummingboard-pulse-codec.dtsi |  59 ++
 .../imx8mp-hummingboard-pulse-common.dtsi          | 384 +++++++++++++
 .../freescale/imx8mp-hummingboard-pulse-hdmi.dtsi  |  44 ++
 .../freescale/imx8mp-hummingboard-pulse-m2con.dtsi |  60 +++
 .../imx8mp-hummingboard-pulse-mini-hdmi.dtsi       |  81 +++
 .../dts/freescale/imx8mp-hummingboard-pulse.dts    |  83 +++
 .../dts/freescale/imx8mp-hummingboard-ripple.dts   |  31 ++
 arch/arm64/boot/dts/freescale/imx8mp-sr-som.dtsi   | 591 +++++++++++++++++++++
 13 files changed, 1679 insertions(+)
---
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
change-id: 20250614-imx8mp-sr-som-ceef5bef1bed

Best regards,
-- 
Josua Mayer <josua@solid-run.com>