2020-10-12 07:26:45

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add an entry for Altus-Escon-Company

Add "alt" entry for Altus-Escon-Company BV: https://www.altus-escon.com/

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

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 60b59ca04066..801cc267349d 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -65,6 +65,8 @@ patternProperties:
description: AlphaScale Integrated Circuits Systems, Inc.
"^alps,.*":
description: Alps Electric Co., Ltd.
+ "^alt,.*":
+ description: Altus-Escon-Company BV
"^altr,.*":
description: Altera Corp.
"^amarula,.*":
--
2.28.0


2020-10-12 07:28:30

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v1 2/3] dt-bindings: arm: fsl: add Altesco I6P board

Add Altus-Escon-Company BV I6P 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 b615284d1b7c..74aaf68b7d06 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -167,6 +167,7 @@ properties:
- description: i.MX6DL based Boards
items:
- enum:
+ - alt,alti6p # Altesco I6P Board
- armadeus,imx6dl-apf6 # APF6 (Solo) SoM
- armadeus,imx6dl-apf6dev # APF6 (Solo) SoM on APF6Dev board
- eckelmann,imx6dl-ci4x10
--
2.28.0

2020-10-13 18:44:34

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v1 2/3] dt-bindings: arm: fsl: add Altesco I6P board

On Mon, 12 Oct 2020 09:24:51 +0200, Oleksij Rempel wrote:
> Add Altus-Escon-Company BV I6P 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]>

2020-10-13 18:46:34

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add an entry for Altus-Escon-Company

On Mon, Oct 12, 2020 at 09:24:50AM +0200, Oleksij Rempel wrote:
> Add "alt" entry for Altus-Escon-Company BV: https://www.altus-escon.com/
>
> Signed-off-by: Oleksij Rempel <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)

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

2020-10-30 09:14:51

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v1 2/3] dt-bindings: arm: fsl: add Altesco I6P board

On Mon, Oct 12, 2020 at 09:24:51AM +0200, Oleksij Rempel wrote:
> Add Altus-Escon-Company BV I6P iMX6dl based board
>
> Signed-off-by: Oleksij Rempel <[email protected]>

Doesn't apply for me.

Shawn