Skip to content

Commit 7fc616c

Browse files
committed
dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
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 <[email protected]> Reviewed-by: David Gow <[email protected]> Cc: Krzysztof Kozlowski <[email protected]> Cc: Conor Dooley <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6774e90 commit 7fc616c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/vendor-prefixes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,6 +1476,8 @@ patternProperties:
14761476
description: Terasic Inc.
14771477
"^tesla,.*":
14781478
description: Tesla, Inc.
1479+
"^test,.*":
1480+
description: Reserved for use by tests. For example, KUnit.
14791481
"^tfc,.*":
14801482
description: Three Five Corp
14811483
"^thead,.*":

0 commit comments

Comments
 (0)