aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanna Hawa <[email protected]>2020-07-24 16:26:52 +0300
committerArnd Bergmann <[email protected]>2020-07-24 15:54:06 +0200
commit81079390fab2f5342e6e54e17213577c6514e74c (patch)
treeea5cd517fb53163b5d7a0520f189ddda5aa24153
parente6293d123a85a013ba54735f809b344e2480723b (diff)
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]>
-rw-r--r--Documentation/devicetree/bindings/arm/amazon,al.yaml15
1 files changed, 10 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/arm/amazon,al.yaml b/Documentation/devicetree/bindings/arm/amazon,al.yaml
index 19ee489396f9..7de3a8c6e740 100644
--- a/Documentation/devicetree/bindings/arm/amazon,al.yaml
+++ b/Documentation/devicetree/bindings/arm/amazon,al.yaml
@@ -13,10 +13,15 @@ maintainers:
properties:
compatible:
- items:
- - const: al,alpine
- model:
- items:
- - const: "Annapurna Labs Alpine Dev Board"
+ oneOf:
+ - description: Boards with Alpine V1 SoC
+ items:
+ - const: al,alpine
+
+ - description: Boards with Alpine V2 SoC
+ items:
+ - enum:
+ - al,alpine-v2-evp
+ - const: al,alpine-v2
...