All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: devicetree@vger.kernel.org
Cc: Rob Herring <robh+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>
Subject: [PATCH v4 0/3] arm64: dts: Add InnoComm WB15-EVK support
Date: Thu, 22 Sep 2022 10:13:44 +0200	[thread overview]
Message-ID: <20220922081347.3860008-1-s.hauer@pengutronix.de> (raw)

The InnoComm WB15-EVK [1] board is a Eval base board for the WB15 SoM
[2] which is based on the NXP i.MX8MM. This series adds InnoComm as a
vendor prefix and the necessary dts/dtsi files.
														     [1] https://www.innocomm.com/product_inner.aspx?num=2233
														     [2] https://www.innocomm.com/product_inner.aspx?num=2232

Changes since v3:
- drop unnecessary status = "okay" from new node

Changes since v2:
- Fix another remaining s/innocom/innocomm/
- Don't use underscores in node names
- Use IRQ_TYPE_LEVEL_LOW to specify interrupt polarity

Changes since v1:
- Fix spelling of InnoComm:
  s/innocom/innocomm/
  s/Innocom/InnoComm/

Sascha Hauer (3):
  dt-bindings: vendor-prefixes: Add prefix for InnoComm
  dt-bindings: arm: fsl: Add InnoComm WB15 EVK
  arm64: dts: freescale: Add InnoComm i.MX8MM based WB15 SoM and EVK

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../freescale/imx8mm-innocomm-wb15-evk.dts    | 146 ++++++
 .../dts/freescale/imx8mm-innocomm-wb15.dtsi   | 480 ++++++++++++++++++
 5 files changed, 630 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-innocomm-wb15-evk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-innocomm-wb15.dtsi

-- 
2.30.2


WARNING: multiple messages have this Message-ID (diff)
From: Sascha Hauer <s.hauer@pengutronix.de>
To: devicetree@vger.kernel.org
Cc: Rob Herring <robh+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>
Subject: [PATCH v4 0/3] arm64: dts: Add InnoComm WB15-EVK support
Date: Thu, 22 Sep 2022 10:13:44 +0200	[thread overview]
Message-ID: <20220922081347.3860008-1-s.hauer@pengutronix.de> (raw)

The InnoComm WB15-EVK [1] board is a Eval base board for the WB15 SoM
[2] which is based on the NXP i.MX8MM. This series adds InnoComm as a
vendor prefix and the necessary dts/dtsi files.
														     [1] https://www.innocomm.com/product_inner.aspx?num=2233
														     [2] https://www.innocomm.com/product_inner.aspx?num=2232

Changes since v3:
- drop unnecessary status = "okay" from new node

Changes since v2:
- Fix another remaining s/innocom/innocomm/
- Don't use underscores in node names
- Use IRQ_TYPE_LEVEL_LOW to specify interrupt polarity

Changes since v1:
- Fix spelling of InnoComm:
  s/innocom/innocomm/
  s/Innocom/InnoComm/

Sascha Hauer (3):
  dt-bindings: vendor-prefixes: Add prefix for InnoComm
  dt-bindings: arm: fsl: Add InnoComm WB15 EVK
  arm64: dts: freescale: Add InnoComm i.MX8MM based WB15 SoM and EVK

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../freescale/imx8mm-innocomm-wb15-evk.dts    | 146 ++++++
 .../dts/freescale/imx8mm-innocomm-wb15.dtsi   | 480 ++++++++++++++++++
 5 files changed, 630 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-innocomm-wb15-evk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-innocomm-wb15.dtsi

-- 
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:[~2022-09-22  8:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22  8:13 Sascha Hauer [this message]
2022-09-22  8:13 ` [PATCH v4 0/3] arm64: dts: Add InnoComm WB15-EVK support Sascha Hauer
2022-09-22  8:13 ` [PATCH v4 1/3] dt-bindings: vendor-prefixes: Add prefix for InnoComm Sascha Hauer
2022-09-22  8:13   ` Sascha Hauer
2022-09-22  8:13 ` [PATCH v4 2/3] dt-bindings: arm: fsl: Add InnoComm WB15 EVK Sascha Hauer
2022-09-22  8:13   ` Sascha Hauer
2022-09-22  8:13 ` [PATCH v4 3/3] arm64: dts: freescale: Add InnoComm i.MX8MM based WB15 SoM and EVK Sascha Hauer
2022-09-22  8:13   ` Sascha Hauer
2022-09-22 13:02   ` Krzysztof Kozlowski
2022-09-22 13:02     ` Krzysztof Kozlowski
2022-10-23 12:49   ` Shawn Guo
2022-10-23 12:49     ` Shawn Guo
2022-09-29 10:10 ` [PATCH v4 0/3] arm64: dts: Add InnoComm WB15-EVK support Sascha Hauer
2022-09-29 10:10   ` Sascha Hauer
2022-10-18  7:59 ` Sascha Hauer
2022-10-18  7:59   ` Sascha Hauer

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=20220922081347.3860008-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    /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.