]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: arm: axis: Add ARTPEC-9 alfred board
authorRavi Patel <ravi.patel@samsung.com>
Wed, 19 Nov 2025 13:13:00 +0000 (18:43 +0530)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 24 Feb 2026 11:42:08 +0000 (12:42 +0100)
Document the Axis ARTPEC-9 SoC binding and the alfred board
which uses ARTPEC-9 SoC.

Signed-off-by: Ravi Patel <ravi.patel@samsung.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20251119131302.79088-2-ravi.patel@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Documentation/devicetree/bindings/arm/axis.yaml

index 63e9aca85db7acd64dd86d6969211ce39c323ccc..3062901196a69a34168955610b45539313175bba 100644 (file)
@@ -31,6 +31,12 @@ properties:
               - axis,artpec8-grizzly
           - const: axis,artpec8
 
+      - description: Axis ARTPEC-9 SoC board
+        items:
+          - enum:
+              - axis,artpec9-alfred
+          - const: axis,artpec9
+
 additionalProperties: true
 
 ...