2021-01-11 10:24:10

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v7 0/5] mainline Kverneland boards

changes v7:
- add Acked-by: Rob Herring to the firs patch
- imx6qdl-vicut1.dtsi: add missing KEY_POWER
- imx6dl-victgo.dts: add missing gpio flags to rotary-encoder
- imx6dl-victgo.dts: rename video@5c to video-decoder@5c
- imx6dl-victgo.dts: sort out some spaces

changes v6:
- move startup-delay-us close to gpio property
- imx6qdl-vicut1.dtsi: rename video@5c to video-decoder@5c
- imx6qdl-vicut1.dtsi: sort out some spaces
- use defines for linux,code and linux,axis

changes v5:
- reorder kvg prefix
- add Acked-by: Rob Herring..

changes v4:
- fix active level of SPI CS GPIOs

changes v3:
- add vicutp board
- change tvnorm to sdtv-standards
- change linux,default-trigger "mmc" to "disk-activity";
- add power-supply property to the panel node

changes v2:
- add victgo board
- diff fixes for vicut1.dtsi

Oleksij Rempel (5):
dt-bindings: vendor-prefixes: Add an entry for Kverneland Group
dt-bindings: arm: fsl: add Kverneland UT1, UT1Q and UI1P boards
ARM: dts: add Kverneland UT1, UT1Q and UT1P
dt-bindings: arm: fsl: add Kverneland TGO board
ARM: dts: add Kverneland TGO board

.../devicetree/bindings/arm/fsl.yaml | 4 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/Makefile | 4 +
arch/arm/boot/dts/imx6dl-victgo.dts | 852 ++++++++++++++++++
arch/arm/boot/dts/imx6dl-vicut1.dts | 13 +
arch/arm/boot/dts/imx6q-vicut1.dts | 17 +
arch/arm/boot/dts/imx6qdl-vicut1.dtsi | 803 +++++++++++++++++
arch/arm/boot/dts/imx6qp-vicutp.dts | 13 +
8 files changed, 1708 insertions(+)
create mode 100644 arch/arm/boot/dts/imx6dl-victgo.dts
create mode 100644 arch/arm/boot/dts/imx6dl-vicut1.dts
create mode 100644 arch/arm/boot/dts/imx6q-vicut1.dts
create mode 100644 arch/arm/boot/dts/imx6qdl-vicut1.dtsi
create mode 100644 arch/arm/boot/dts/imx6qp-vicutp.dts

--
2.30.0


2021-01-11 10:25:03

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v7 4/5] dt-bindings: arm: fsl: add Kverneland TGO board

Add Kverneland TGO 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 e0e3261dd1bb..dbaea22b8949 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -366,6 +366,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
+ - kvg,victgo # Kverneland TGO
- kvg,vicut1 # Kverneland UT1 board
- ply,plybas # Plymovent BAS board
- ply,plym2m # Plymovent M2M board
--
2.30.0

2021-01-18 22:46:47

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v7 0/5] mainline Kverneland boards

On Mon, Jan 11, 2021 at 11:18:50AM +0100, Oleksij Rempel wrote:
> changes v7:
> - add Acked-by: Rob Herring to the firs patch
> - imx6qdl-vicut1.dtsi: add missing KEY_POWER
> - imx6dl-victgo.dts: add missing gpio flags to rotary-encoder
> - imx6dl-victgo.dts: rename video@5c to video-decoder@5c
> - imx6dl-victgo.dts: sort out some spaces
>
> changes v6:
> - move startup-delay-us close to gpio property
> - imx6qdl-vicut1.dtsi: rename video@5c to video-decoder@5c
> - imx6qdl-vicut1.dtsi: sort out some spaces
> - use defines for linux,code and linux,axis
>
> changes v5:
> - reorder kvg prefix
> - add Acked-by: Rob Herring..
>
> changes v4:
> - fix active level of SPI CS GPIOs
>
> changes v3:
> - add vicutp board
> - change tvnorm to sdtv-standards
> - change linux,default-trigger "mmc" to "disk-activity";
> - add power-supply property to the panel node
>
> changes v2:
> - add victgo board
> - diff fixes for vicut1.dtsi
>
> Oleksij Rempel (5):
> dt-bindings: vendor-prefixes: Add an entry for Kverneland Group
> dt-bindings: arm: fsl: add Kverneland UT1, UT1Q and UI1P boards
> ARM: dts: add Kverneland UT1, UT1Q and UT1P
> dt-bindings: arm: fsl: add Kverneland TGO board
> ARM: dts: add Kverneland TGO board

Applied all, thanks.