[PATCH 05/19] dt-bindings: bluetooth: realtek: Switch to unevaluatedProperties
Maxime Ripard
maxime at cerno.tech
Thu Jan 14 06:35:24 EST 2021
additionalProperties prevent any property not explicitly defined in the
binding to be used. Yet, some serial properties like max-speed are valid
and validated through the serial/serial.yaml binding.
Let's change additionalProperties to unevaluatedProperties to avoid
spurious warnings.
Cc: Alistair Francis <alistair at alistair23.me>
Cc: Vasily Khoruzhick <anarsoul at gmail.com>
Signed-off-by: Maxime Ripard <maxime at cerno.tech>
---
Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
index 4f485df69ac3..f4d4969d87f4 100644
--- a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
@@ -37,7 +37,7 @@ properties:
required:
- compatible
-additionalProperties: false
+unevaluatedProperties: false
examples:
- |
--
2.29.2
More information about the linux-arm-kernel
mailing list