mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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 <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
This commit is contained in:
parent
6774e90f31
commit
7fc616c87f
1 changed files with 2 additions and 0 deletions
|
|
@ -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,.*":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue