2020-11-05 18:50:59

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: arm: fsl: document LS1012A FRWY board

Document the compatible for LS1012A FRWY board.

Signed-off-by: Krzysztof Kozlowski <[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 e4db0f9ed664..325fee3c1900 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -794,6 +794,7 @@ properties:
- ebs-systart,oxalis
- fsl,ls1012a-rdb
- fsl,ls1012a-frdm
+ - fsl,ls1012a-frwy
- fsl,ls1012a-qds
- const: fsl,ls1012a

--
2.25.1


2020-11-05 18:51:21

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 2/2] dt-bindings: arm: fsl: document SolidRun LX2160A boards

Document the compatible for SolidRun LX2160A based boards.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 325fee3c1900..fcbb30a786a1 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -896,6 +896,14 @@ properties:
- fsl,lx2162a-qds
- const: fsl,lx2160a

+ - description: SolidRun LX2160A based Boards
+ items:
+ - enum:
+ - solidrun,clearfog-cx
+ - solidrun,honeycomb
+ - const: solidrun,lx2160a-cex7
+ - const: fsl,lx2160a
+
- description: S32V234 based Boards
items:
- enum:
--
2.25.1

2020-11-09 20:36:51

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: fsl: document LS1012A FRWY board

On Thu, 05 Nov 2020 19:48:07 +0100, Krzysztof Kozlowski wrote:
> Document the compatible for LS1012A FRWY board.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

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

2020-11-09 20:37:27

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: arm: fsl: document SolidRun LX2160A boards

On Thu, 05 Nov 2020 19:48:08 +0100, Krzysztof Kozlowski wrote:
> Document the compatible for SolidRun LX2160A based boards.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 8 ++++++++
> 1 file changed, 8 insertions(+)
>

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

2020-11-10 02:35:20

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: fsl: document LS1012A FRWY board

On Thu, Nov 05, 2020 at 07:48:07PM +0100, Krzysztof Kozlowski wrote:
> Document the compatible for LS1012A FRWY board.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Applied both, thanks.