[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <176102245277.2690154.9518311303158362414.robh@kernel.org>
Date: Mon, 20 Oct 2025 23:54:14 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Elaine Zhang <zhangqing@...k-chips.com>
Cc: devicetree@...r.kernel.org, mturquette@...libre.com,
huangtao@...k-chips.com, linux-kernel@...r.kernel.org,
krzysztof.kozlowski+dt@...aro.org, sboyd@...nel.org, conor+dt@...nel.org,
linux-clk@...r.kernel.org, finley.xiao@...k-chips.com, heiko@...ech.de,
linux-arm-kernel@...ts.infradead.org, sugar.zhang@...k-chips.com,
linux-rockchip@...ts.infradead.org
Subject: Re: [PATCH v4 4/7] dt-bindings: clock: Add support for rockchip
pvtpll
On Tue, 21 Oct 2025 11:38:31 +0800, Elaine Zhang wrote:
> Add pvtpll documentation for rockchip.
>
> Signed-off-by: Elaine Zhang <zhangqing@...k-chips.com>
> ---
> .../bindings/clock/rockchip,pvtpll.yaml | 100 ++++++++++++++++++
> 1 file changed, 100 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/rockchip,pvtpll.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/clock/rockchip,pvtpll.yaml: $id: Cannot determine base path from $id, relative path/filename doesn't match actual path or filename
$id: http://devicetree.org/schemas/clock/rockchip,clk-pvtpll.yaml
file: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/clock/rockchip,pvtpll.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251021033834.1390006-5-zhangqing@rock-chips.com
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