mbox series

[v3,0/2] Add support for Variscite Symphony board and VAR-SOM-MX8MP SoM

Message ID 20240902134512.16717-1-tarang.raval@siliconsignals.io (mailing list archive)
Headers show
Series Add support for Variscite Symphony board and VAR-SOM-MX8MP SoM | expand

Message

Tarang Raval Sept. 2, 2024, 1:45 p.m. UTC
Add initial support for Variscite Symphony evaluation kit with
VAR-SOM-MX8MP System on Module.

Change in v2:

in patch 1/2:
        - Removed unnecessary property: "status"

in patch 2/2:
        - Appropriate board name instead of the SoM alone

Change in v3:

in patch 1/2:
        - Removed top-level compatible from dtsi

in patch 2/2:
        - Drop VAR-SOM-MX8MP SoM compatible alone

Tarang Raval (2):
  arm64: dts: imx8mp-var-som-symphony: Add Variscite Symphony board and
    VAR-SOM-MX8MP SoM
  dt-bindings: arm: fsl: Add Variscite Symphony board and VAR-SOM-MX8MP
    SoM

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../dts/freescale/imx8mp-var-som-symphony.dts |  11 +
 .../boot/dts/freescale/imx8mp-var-som.dtsi    | 359 ++++++++++++++++++
 4 files changed, 377 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-var-som-symphony.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-var-som.dtsi

Comments

Shawn Guo Sept. 3, 2024, 8:38 a.m. UTC | #1
On Mon, Sep 02, 2024 at 07:15:06PM +0530, Tarang Raval wrote:
> Tarang Raval (2):
>   arm64: dts: imx8mp-var-som-symphony: Add Variscite Symphony board and
>     VAR-SOM-MX8MP SoM
>   dt-bindings: arm: fsl: Add Variscite Symphony board and VAR-SOM-MX8MP
>     SoM

Applied both, thanks!