Message ID | 20240718210513.3801024-4-sboyd@kernel.org |
---|---|
State | Accepted |
Commit | 7fc616c87fc5bd963f02797a2137c8e687c8e3f6 |
Headers | show |
Series | clk: Add kunit tests for fixed rate and parent data | expand |
Quoting Stephen Boyd (2024-07-18 14:05:02) > 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> > --- Applied to clk-next
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index fbf47f0bacf1..02a22c2722ec 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1456,6 +1456,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,.*":