]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
authorStephen Boyd <sboyd@kernel.org>
Thu, 18 Jul 2024 21:05:02 +0000 (14:05 -0700)
committerStephen Boyd <sboyd@kernel.org>
Mon, 29 Jul 2024 22:33:12 +0000 (15:33 -0700)
Add the vendor prefix "test" to reserve a vendor prefix for bindings
that are purely for testing device tree code. This allows test code to
write bindings that can be checked by the schema validator.

Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: David Gow <davidgow@google.com>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20240718210513.3801024-4-sboyd@kernel.org
Documentation/devicetree/bindings/vendor-prefixes.yaml

index a70ce43b3dc032027172b1ed3611b5ff08d16af8..3761346045e1051c608c95f1d04929fe1b534a0f 100644 (file)
@@ -1476,6 +1476,8 @@ patternProperties:
     description: Terasic Inc.
   "^tesla,.*":
     description: Tesla, Inc.
+  "^test,.*":
+    description: Reserved for use by tests. For example, KUnit.
   "^tfc,.*":
     description: Three Five Corp
   "^thead,.*":