[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <171750542807.3346.5048720218082629186.robh@kernel.org>
Date: Tue, 04 Jun 2024 07:50:28 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Stephen Boyd <sboyd@...nel.org>
Cc: Brendan Higgins <brendan.higgins@...ux.dev>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Daniel Latypov <dlatypov@...gle.com>, Maxime Ripard <maxime@...no.tech>,
linux-clk@...r.kernel.org, Michael Turquette <mturquette@...libre.com>,
patches@...ts.linux.dev, "Rafael J . Wysocki" <rafael@...nel.org>,
kunit-dev@...glegroups.com, Christian Marangi <ansuelsmth@...il.com>,
Saravana Kannan <saravanak@...gle.com>, linux-kselftest@...r.kernel.org,
David Gow <davidgow@...gle.com>, Rae Moar <rmoar@...gle.com>,
Conor Dooley <conor+dt@...nel.org>
Subject: Re: [PATCH v5 07/11] dt-bindings: test: Add single clk consumer
On Mon, 03 Jun 2024 15:38:04 -0700, Stephen Boyd wrote:
> Describe a binding for a device that consumes a single clk in DT. This
> will initially be used by a KUnit test to clk_get() the clk registered
> by of_fixed_clk_setup() and test that it is setup properly.
>
> Cc: Rob Herring <robh@...nel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
> Cc: Conor Dooley <conor+dt@...nel.org>
> Cc: Brendan Higgins <brendan.higgins@...ux.dev>
> Cc: David Gow <davidgow@...gle.com>
> Cc: Rae Moar <rmoar@...gle.com>
> Signed-off-by: Stephen Boyd <sboyd@...nel.org>
> ---
> .../test/test,single-clk-consumer.yaml | 34 +++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/test/test,single-clk-consumer.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/test/test,single-clk-consumer.example.dtb: /example-0/clock-consumer: failed to match any schema with compatible: ['test,clk-fixed-rate']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240603223811.3815762-8-sboyd@kernel.org
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists