From: Hugo Villeneuve <hvilleneuve@xxxxxxxxxxxx> Hello, this patch series add support for the RVE gateway board. Thank you. Link: [v1] https://lore.kernel.org/all/20231101144303.2653464-1-hugo@xxxxxxxxxxx/raw https://lore.kernel.org/all/20231101144057.2653271-1-hugo@xxxxxxxxxxx/raw [v2] https://lore.kernel.org/all/20231101183549.2960083-1-hugo@xxxxxxxxxxx/raw [v3] https://lore.kernel.org/all/20231102193121.1676000-1-hugo@xxxxxxxxxxx/ Changes for V2: - Combine separate patches as a series. Start series at 2 to avoid confusion. Changes for V3: - Fix coding style / indentation - Change vmmc supply for usdhc2 node - Disable uart2 node instead of removing it. - Remove MAINTAINERS board entry - Add SOM compatible string - Drop some status = "okay" Changes for V4: - Fix dtbs_check warning for compatible string "rve,rve-gateway" (remove acked by tag because of that change) Hugo Villeneuve (3): dt-bindings: vendor-prefixes: add rve dt-bindings: arm: fsl: add RVE gateway board arm64: dts: freescale: introduce rve-gateway board .../devicetree/bindings/arm/fsl.yaml | 4 +- .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../boot/dts/freescale/imx8mn-rve-gateway.dts | 282 ++++++++++++++++++ 4 files changed, 288 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts base-commit: 8f6f76a6a29f36d2f3e4510d0bde5046672f6924 -- 2.39.2