Skip to content

Commit 8107939

Browse files
Hanna Hawaarndb
authored andcommitted
dt-bindings: arm: amazon: add missing alpine-v2 DT binding
Amazon Annapurna Labs Alpine family includes: Alpine-v1, Alpine-v2. This patch adds the missing DT binding of Alpine-v2 in amazon,al.yaml. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hanna Hawa <[email protected]> Reviewed-by: Rob Herring <[email protected]> Acked-by: Antoine Tenart <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent e6293d1 commit 8107939

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Documentation/devicetree/bindings/arm/amazon,al.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ maintainers:
1313

1414
properties:
1515
compatible:
16-
items:
17-
- const: al,alpine
18-
model:
19-
items:
20-
- const: "Annapurna Labs Alpine Dev Board"
16+
oneOf:
17+
- description: Boards with Alpine V1 SoC
18+
items:
19+
- const: al,alpine
20+
21+
- description: Boards with Alpine V2 SoC
22+
items:
23+
- enum:
24+
- al,alpine-v2-evp
25+
- const: al,alpine-v2
2126

2227
...

0 commit comments

Comments
 (0)