mbox series

[v4,0/3] arm64: dts: Add InnoComm WB15-EVK support

Message ID 20220922081347.3860008-1-s.hauer@pengutronix.de (mailing list archive)
Headers show
Series arm64: dts: Add InnoComm WB15-EVK support | expand

Message

Sascha Hauer Sept. 22, 2022, 8:13 a.m. UTC
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

Comments

Sascha Hauer Sept. 29, 2022, 10:10 a.m. UTC | #1
Hi Shawn,

Who will take this series? Is it you?

Regards,
 Sascha

On Thu, Sep 22, 2022 at 10:13:44AM +0200, Sascha Hauer wrote:
> 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
> 
>
Sascha Hauer Oct. 18, 2022, 7:59 a.m. UTC | #2
Shawn,

will you take this series?

Thanks
  Sascha

On Thu, Sep 22, 2022 at 10:13:44AM +0200, Sascha Hauer wrote:
> 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
> 
>