2020-12-01 09:33:51

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v4 0/3] mainline Plymovent M2M and BAS board

changes v5:
- rebase against latest shawngup/for-next
- add patch to fix checkpatch warning on PLYM2M dts

changes v4:
- add PLYBAS board
- PLYM2M: add touchscreen node
- PLYM2M: add rename led nodes to led-x

changes v3:
- use old style copyright text

changes v2:
- fsl.yaml: reorder ply,plym2m
- imx6dl-plym2m.dts: use hyphen instead of underscore in phy-clock

Oleksij Rempel (6):
dt-bindings: display: simple: Add EDT ETM0700G0BDH6 display
dt-bindings: vendor-prefixes: Add an entry for Plymovent
dt-bindings: arm: fsl: add Plymovent M2M board
ARM: dts: add Plymovent M2M board
dt-bindings: arm: fsl: add Plymovent BAS board
ARM: dts: add Plymovent BAS board

.../devicetree/bindings/arm/fsl.yaml | 2 +
.../bindings/display/panel/panel-simple.yaml | 2 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/imx6dl-plybas.dts | 394 ++++++++++++++++
arch/arm/boot/dts/imx6dl-plym2m.dts | 446 ++++++++++++++++++
6 files changed, 848 insertions(+)
create mode 100644 arch/arm/boot/dts/imx6dl-plybas.dts
create mode 100644 arch/arm/boot/dts/imx6dl-plym2m.dts

--
2.29.2


2020-12-01 09:34:04

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v5 5/6] dt-bindings: arm: fsl: add Plymovent BAS board

Add Plymovent Group BV BAS iMX6dl based board

Signed-off-by: Oleksij Rempel <[email protected]>
Acked-by: Rob Herring <[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 36c5a0c5ace2..490cbc75b18a 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -364,6 +364,7 @@ properties:
- fsl,imx6dl-sabresd # i.MX6 DualLite SABRE Smart Device Board
- karo,imx6dl-tx6dl # Ka-Ro electronics TX6U Modules
- kontron,imx6dl-samx6i # Kontron i.MX6 Solo SMARC Module
+ - ply,plybas # Plymovent BAS board
- ply,plym2m # Plymovent M2M board
- poslab,imx6dl-savageboard # Poslab SavageBoard Dual
- prt,prtrvt # Protonic RVT board
--
2.29.2

2020-12-01 22:33:30

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v5 1/6] dt-bindings: display: simple: Add EDT ETM0700G0BDH6 display

This display is already supported by the panel-simple driver, so add it
to the bindings documentation.

This patch is needed to fix checkpatch warnings for the PLYM2M dts.

Signed-off-by: Oleksij Rempel <[email protected]>
---
.../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
index edb53ab0d9eb..a011d9e44af3 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
@@ -117,6 +117,8 @@ properties:
- edt,etm0700g0dh6
# Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
# Same as ETM0700G0DH6 but with inverted pixel clock.
+ - edt,etm0700g0bdh6
+ # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
- edt,etm070080bdh6
# Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
# Same display as the ETM0700G0BDH6, but with changed hardware for the
--
2.29.2