On Tue, 23 Apr 2024 at 07:24, Stephen Boyd <sb...@kernel.org> wrote:
>
> Describe a binding for an empty device node used by KUnit tests to
> confirm overlays load properly.
>
> Reviewed-by: Rob Herring <r...@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski...@linaro.org>
> Cc: Conor Dooley <conor...@kernel.org>
> Cc: Brendan Higgins <brendan.higg...@linux.dev>
> Cc: David Gow <david...@google.com>
> Cc: Rae Moar <rm...@google.com>
> Signed-off-by: Stephen Boyd <sb...@kernel.org>
> ---

Looks good to me.

Reviewed-by: David Gow <david...@google.com>

-- David

>  .../devicetree/bindings/test/test,empty.yaml  | 30 +++++++++++++++++++
>  1 file changed, 30 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/test/test,empty.yaml
>
> diff --git a/Documentation/devicetree/bindings/test/test,empty.yaml 
> b/Documentation/devicetree/bindings/test/test,empty.yaml
> new file mode 100644
> index 000000000000..20dc83b15bbf
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/test/test,empty.yaml
> @@ -0,0 +1,30 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/test/test,empty.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Empty node
> +
> +maintainers:
> +  - David Gow <david...@google.com>
> +  - Brendan Higgins <brendanhigg...@google.com>

Brendan: Do you want to use your linux.dev address here?


> +
> +description:
> +  An empty node to confirm tests can load device tree overlays.
> +
> +properties:
> +  compatible:
> +    const: test,empty
> +
> +required:
> +  - compatible
> +
> +additionalProperties: false
> +
> +examples:
> +  - |
> +    kunit-node {
> +      compatible = "test,empty";
> +    };
> +...
> --
> https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
> https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git
>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to