[PATCH 1/4] dt-bindings: omap: add AM335x-based TQMa335x SOM and MBa335x board

Alexander Stein posted 4 patches 1 month, 1 week ago
[PATCH 1/4] dt-bindings: omap: add AM335x-based TQMa335x SOM and MBa335x board
Posted by Alexander Stein 1 month, 1 week ago
From: Matthias Schiffer <matthias.schiffer@tq-group.com>

TQMa335x[L] is a SOM family using TI AM335x CPU family.
MBa335x is an evaluation mainboard for this SOM.

Signed-off-by: Matthias Schiffer <matthias.schiffer@tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 Documentation/devicetree/bindings/arm/ti/omap.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/ti/omap.yaml b/Documentation/devicetree/bindings/arm/ti/omap.yaml
index aa5df4692e372..14f1b9d8f59d9 100644
--- a/Documentation/devicetree/bindings/arm/ti/omap.yaml
+++ b/Documentation/devicetree/bindings/arm/ti/omap.yaml
@@ -129,6 +129,13 @@ properties:
           - const: phytec,am335x-phycore-som
           - const: ti,am33xx
 
+      - description: TQ-Systems TQMa335x[L] SoM
+        items:
+          - enum:
+              - tq,tqma3359-mba335x # MBa335x carrier board
+          - const: tq,tqma3359
+          - const: ti,am33xx
+
       - description: TI OMAP4430 SoC based platforms
         items:
           - enum:
-- 
2.43.0
Re: [PATCH 1/4] dt-bindings: omap: add AM335x-based TQMa335x SOM and MBa335x board
Posted by Conor Dooley 1 month, 1 week ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>