2020-12-01 22:14:59

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v2 0/2] mainline Protonic MVT board

changes v2:
- fix active level of SPI CS GPIOs

Oleksij Rempel (2):
dt-bindings: arm: fsl: add Protonic MVT board
ARM: dts: add Protonic MVT board

.../devicetree/bindings/arm/fsl.yaml | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/imx6dl-prtmvt.dts | 851 ++++++++++++++++++
3 files changed, 853 insertions(+)
create mode 100644 arch/arm/boot/dts/imx6dl-prtmvt.dts

--
2.29.2


2020-12-01 22:15:01

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v2 1/2] dt-bindings: arm: fsl: add Protonic MVT board

Add Protonic MVT imx6dl based board

Signed-off-by: Oleksij Rempel <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 8abe71b8646d..ad95b29268d3 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -371,6 +371,7 @@ properties:
- ply,plybas # Plymovent BAS board
- ply,plym2m # Plymovent M2M board
- poslab,imx6dl-savageboard # Poslab SavageBoard Dual
+ - prt,prtmvt # Protonic MVT board
- prt,prtrvt # Protonic RVT board
- prt,prtvt7 # Protonic VT7 board
- rex,imx6dl-rex-basic # Rex Basic i.MX6 Dual Lite Board
--
2.29.2

2020-12-10 01:45:37

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] dt-bindings: arm: fsl: add Protonic MVT board

On Tue, 01 Dec 2020 08:41:24 +0100, Oleksij Rempel wrote:
> Add Protonic MVT imx6dl based board
>
> Signed-off-by: Oleksij Rempel <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>