diff mbox series

[v2,4/5] dt-bindings: arm: fsl: Add Traverse Ten64 (LS1088A) board

Message ID 20210726071216.22711-5-matt@traverse.com.au
State Superseded
Headers show
Series Add Traverse Technologies Ten64 board DTS | expand

Commit Message

Mathew McBride July 26, 2021, 7:12 a.m. UTC
Document the compatible for the Ten64 board which will
be included as freescale/fsl-ls1088a-ten64.dtb in arm64.

Signed-off-by: Mathew McBride <matt@traverse.com.au>

---
 Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.30.1

Comments

Rob Herring (Arm) July 29, 2021, 10:45 p.m. UTC | #1
On Mon, 26 Jul 2021 07:12:15 +0000, Mathew McBride wrote:
> Document the compatible for the Ten64 board which will

> be included as freescale/fsl-ls1088a-ten64.dtb in arm64.

> 

> Signed-off-by: Mathew McBride <matt@traverse.com.au>

> ---

>  Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++

>  1 file changed, 6 insertions(+)

> 


Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 1c827c1954dc..f92919a020e3 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -973,6 +973,12 @@  properties:
               - fsl,s32v234-evb           # S32V234-EVB2 Customer Evaluation Board
           - const: fsl,s32v234
 
+      - description: Traverse LS1088A bassed Boards
+        items:
+          - enum:
+              - traverse,ten64            # Ten64 Networking Appliance / Board
+          - const: fsl,ls1088a
+
 additionalProperties: true
 
 ...