[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175262211911.2439655.2970589940654906363.robh@kernel.org>
Date: Tue, 15 Jul 2025 18:28:39 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Arseniy Velikanov <me@...merle.pw>
Cc: linux-clk@...r.kernel.org, ~postmarketos/upstreaming@...ts.sr.ht,
linux-mediatek@...ts.infradead.org,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Stephen Boyd <sboyd@...nel.org>, linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Michael Turquette <mturquette@...libre.com>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Philipp Zabel <p.zabel@...gutronix.de>,
Matthias Brugger <matthias.bgg@...il.com>,
Conor Dooley <conor+dt@...nel.org>
Subject: Re: [PATCH v1 1/2] dt-bindings: clock: mediatek: Describe MT6789
clock controllers
On Wed, 16 Jul 2025 02:22:20 +0400, Arseniy Velikanov wrote:
> Add new bindings for system clocks and functional clocks on
> MediaTek MT6789.
>
> Signed-off-by: Arseniy Velikanov <me@...merle.pw>
> ---
> .../bindings/clock/mediatek,mt6789-clock.yaml | 142 +++++++
> .../clock/mediatek,mt6789-sys-clock.yaml | 68 +++
> .../dt-bindings/clock/mediatek,mt6789-clk.h | 390 ++++++++++++++++++
> .../reset/mediatek,mt6789-resets.h | 15 +
> 4 files changed, 615 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/mediatek,mt6789-clock.yaml
> create mode 100644 Documentation/devicetree/bindings/clock/mediatek,mt6789-sys-clock.yaml
> create mode 100644 include/dt-bindings/clock/mediatek,mt6789-clk.h
> create mode 100644 include/dt-bindings/reset/mediatek,mt6789-resets.h
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/clock/mediatek,mt6789-sys-clock.example.dtb: /example-2/syscon@...01000: failed to match any schema with compatible: ['mt6789-infracfg-ao', 'syscon']
Documentation/devicetree/bindings/clock/mediatek,mt6789-clock.example.dtb: /example-4/clock-controller@...01000: failed to match any schema with compatible: ['mediatek,mt6789-imp-iic-wrap-n']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250715222221.29406-1-me@adomerle.pw
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