Commit 454f5d9d authored by Maxime Ripard's avatar Maxime Ripard Committed by Rob Herring
Browse files

dt-bindings: Remove FIXME in yaml bindings



Some binding that were introduced early on got a comment to enable
additionalProperties, but we couldn't due to the generic properties being
reported as errors.

The way we're dealing with this now is to use the draft-08's
unevaluatedProperties (even though the tools doesn't do anything with it
yet).

Let's convert those old bindings to it.

Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 07e6315e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -68,9 +68,7 @@ else:
    clocks:
      maxItems: 1

# FIXME: We should set it, but it would report all the generic
# properties as additional properties.
# additionalProperties: false
unevaluatedProperties: false

examples:
  - |
+1 −3
Original line number Diff line number Diff line
@@ -40,9 +40,7 @@ required:
  - clocks
  - resets

# FIXME: We should set it, but it would report all the generic
# properties as additional properties.
# additionalProperties: false
unevaluatedProperties: false

examples:
  - |
+1 −3
Original line number Diff line number Diff line
@@ -93,9 +93,7 @@ allOf:
      required:
        - resets

# FIXME: We should set it, but it would report all the generic
# properties as additional properties.
# additionalProperties: false
unevaluatedProperties: false

examples:
  - |
+1 −3
Original line number Diff line number Diff line
@@ -52,9 +52,7 @@ required:
  - interrupts
  - interrupt-controller

# FIXME: We should set it, but it would report all the generic
# properties as additional properties.
# additionalProperties: false
unevaluatedProperties: false

examples:
  - |
+1 −3
Original line number Diff line number Diff line
@@ -60,9 +60,7 @@ required:
  - clocks
  - clock-names

# FIXME: We should set it, but it would report all the generic
# properties as additional properties.
# additionalProperties: false
unevaluatedProperties: false

examples:
  - |
Loading