All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: aisheng.dong@nxp.com, ariel.dalessandro@collabora.com,
	festevam@gmail.com, ioana.ciornei@nxp.com,
	jagan@amarulasolutions.com, kernel@pengutronix.de,
	krzk@kernel.org, linux-imx@nxp.com, matt@traverse.com.au,
	matteo.lisi@engicam.com, meenakshi.aggarwal@nxp.com,
	michael@amarulasolutions.com, nathan@kernel.org,
	robh+dt@kernel.org, s.hauer@pengutronix.de, shawnguo@kernel.org,
	tharvey@gateworks.com, robh@kernel.org
Subject: [PATCH v4 0/5] Add support for BSH SMM M2 and S2 boards
Date: Fri, 10 Dec 2021 10:23:14 -0300	[thread overview]
Message-ID: <20211210132319.61196-1-ariel.dalessandro@collabora.com> (raw)

Introduce BSH SystemMaster (SMM) M2 and S2 board family.

Changes in v4:
* Fixed typo in patch 5/5 subject: s/imx8ulz/imx6ulz
* Added "fsl,imx6ulz" to SMM M2 compatible.

Changes in v3:
* Fixed node names to use hyphens.
* Reorder nodes in alphabetical order.
* Removed unneeded newlines.
* Removed vendor wifi properties.
* Renamed labels and nodes consistently.

Changes in v2:
* Added M2 board support.
* Added dt-bindings for vendor prefix and board compatible.
* Fixed pmic dt entry.

Ariel D'Alessandro (4):
  dt-bindings: Add vendor prefix for BSH Hausgeraete GmbH
  dt-bindings: arm: fsl: Add iMX8MN BSH SMM S2 boards
  arm64: dts: imx8mn-bsh-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
  dt-bindings: arm: fsl: Add BSH SMM-M2 IMX6ULZ SystemMaster board

Michael Trimarchi (1):
  arm: dts: imx6ulz-bsh-smm-m2: Add BSH SMM-M2 IMX6ULZ SystemMaster

 .../devicetree/bindings/arm/fsl.yaml          |   3 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/Makefile                    |   3 +-
 arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts      | 146 ++++++
 arch/arm64/boot/dts/freescale/Makefile        |   2 +
 .../freescale/imx8mn-bsh-smm-s2-common.dtsi   | 426 ++++++++++++++++++
 .../boot/dts/freescale/imx8mn-bsh-smm-s2.dts  |  48 ++
 .../dts/freescale/imx8mn-bsh-smm-s2pro.dts    |  80 ++++
 8 files changed, 709 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts

-- 
2.30.2


WARNING: multiple messages have this Message-ID (diff)
From: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: aisheng.dong@nxp.com, ariel.dalessandro@collabora.com,
	festevam@gmail.com, ioana.ciornei@nxp.com,
	jagan@amarulasolutions.com, kernel@pengutronix.de,
	krzk@kernel.org, linux-imx@nxp.com, matt@traverse.com.au,
	matteo.lisi@engicam.com, meenakshi.aggarwal@nxp.com,
	michael@amarulasolutions.com, nathan@kernel.org,
	robh+dt@kernel.org, s.hauer@pengutronix.de, shawnguo@kernel.org,
	tharvey@gateworks.com, robh@kernel.org
Subject: [PATCH v4 0/5] Add support for BSH SMM M2 and S2 boards
Date: Fri, 10 Dec 2021 10:23:14 -0300	[thread overview]
Message-ID: <20211210132319.61196-1-ariel.dalessandro@collabora.com> (raw)

Introduce BSH SystemMaster (SMM) M2 and S2 board family.

Changes in v4:
* Fixed typo in patch 5/5 subject: s/imx8ulz/imx6ulz
* Added "fsl,imx6ulz" to SMM M2 compatible.

Changes in v3:
* Fixed node names to use hyphens.
* Reorder nodes in alphabetical order.
* Removed unneeded newlines.
* Removed vendor wifi properties.
* Renamed labels and nodes consistently.

Changes in v2:
* Added M2 board support.
* Added dt-bindings for vendor prefix and board compatible.
* Fixed pmic dt entry.

Ariel D'Alessandro (4):
  dt-bindings: Add vendor prefix for BSH Hausgeraete GmbH
  dt-bindings: arm: fsl: Add iMX8MN BSH SMM S2 boards
  arm64: dts: imx8mn-bsh-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
  dt-bindings: arm: fsl: Add BSH SMM-M2 IMX6ULZ SystemMaster board

Michael Trimarchi (1):
  arm: dts: imx6ulz-bsh-smm-m2: Add BSH SMM-M2 IMX6ULZ SystemMaster

 .../devicetree/bindings/arm/fsl.yaml          |   3 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/Makefile                    |   3 +-
 arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts      | 146 ++++++
 arch/arm64/boot/dts/freescale/Makefile        |   2 +
 .../freescale/imx8mn-bsh-smm-s2-common.dtsi   | 426 ++++++++++++++++++
 .../boot/dts/freescale/imx8mn-bsh-smm-s2.dts  |  48 ++
 .../dts/freescale/imx8mn-bsh-smm-s2pro.dts    |  80 ++++
 8 files changed, 709 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts

-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-12-10 13:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10 13:23 Ariel D'Alessandro [this message]
2021-12-10 13:23 ` [PATCH v4 0/5] Add support for BSH SMM M2 and S2 boards Ariel D'Alessandro
2021-12-10 13:23 ` [PATCH v4 1/5] dt-bindings: Add vendor prefix for BSH Hausgeraete GmbH Ariel D'Alessandro
2021-12-10 13:23   ` Ariel D'Alessandro
2021-12-10 13:23 ` [PATCH v4 2/5] dt-bindings: arm: fsl: Add iMX8MN BSH SMM S2 boards Ariel D'Alessandro
2021-12-10 13:23   ` Ariel D'Alessandro
2021-12-10 13:23 ` [PATCH v4 3/5] arm64: dts: imx8mn-bsh-smm-s2/pro: " Ariel D'Alessandro
2021-12-10 13:23   ` Ariel D'Alessandro
2021-12-10 13:23 ` [PATCH v4 4/5] dt-bindings: arm: fsl: Add BSH SMM-M2 IMX6ULZ SystemMaster board Ariel D'Alessandro
2021-12-10 13:23   ` Ariel D'Alessandro
2021-12-10 13:23 ` [PATCH v4 5/5] arm: dts: imx6ulz-bsh-smm-m2: Add BSH SMM-M2 IMX6ULZ SystemMaster Ariel D'Alessandro
2021-12-10 13:23   ` Ariel D'Alessandro
2021-12-14  8:43 ` [PATCH v4 0/5] Add support for BSH SMM M2 and S2 boards Shawn Guo
2021-12-14  8:43   ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211210132319.61196-1-ariel.dalessandro@collabora.com \
    --to=ariel.dalessandro@collabora.com \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=ioana.ciornei@nxp.com \
    --cc=jagan@amarulasolutions.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt@traverse.com.au \
    --cc=matteo.lisi@engicam.com \
    --cc=meenakshi.aggarwal@nxp.com \
    --cc=michael@amarulasolutions.com \
    --cc=nathan@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=tharvey@gateworks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.