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
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
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]>
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]>
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.