[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173323589751.1743555.13494050245769190862.robh@kernel.org>
Date: Tue, 03 Dec 2024 08:25:00 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Michal Wilczynski <m.wilczynski@...sung.com>
Cc: mripard@...nel.org, frank.binns@...tec.com, aou@...s.berkeley.edu,
jszhang@...nel.org, sboyd@...nel.org, guoren@...nel.org,
m.szyprowski@...sung.com, dri-devel@...ts.freedesktop.org,
maarten.lankhorst@...ux.intel.com, wefu@...hat.com,
jassisinghbrar@...il.com, simona@...ll.ch, conor+dt@...nel.org,
devicetree@...r.kernel.org, mturquette@...libre.com,
linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org, krzk+dt@...nel.org,
ulf.hansson@...aro.org, palmer@...belt.com, paul.walmsley@...ive.com,
linux-riscv@...ts.infradead.org, tzimmermann@...e.de, drew@...7.com,
airlied@...il.com, matt.coster@...tec.com, linux-pm@...r.kernel.org
Subject: Re: [RFC PATCH v1 06/14] dt-bindings: clock: thead,th1520: Rename
YAML schema file
On Tue, 03 Dec 2024 14:41:29 +0100, Michal Wilczynski wrote:
> As support for clocks from new subsystems is being added to the T-Head
> TH1520 SoC, the Device Tree binding YAML schema file name should reflect
> this broader scope. The existing schema file 'thead,th1520-clk-ap.yaml'
> includes the '-ap' suffix, indicating it's specific to the Application
> Processor (AP) subsystem.
>
> Rename the YAML schema file to 'thead,th1520-clk.yaml' to generalize it
> for all subsystems. Update all references to this schema file
> accordingly.
>
> Signed-off-by: Michal Wilczynski <m.wilczynski@...sung.com>
> ---
> .../clock/{thead,th1520-clk-ap.yaml => thead,th1520-clk.yaml} | 2 +-
> MAINTAINERS | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
> rename Documentation/devicetree/bindings/clock/{thead,th1520-clk-ap.yaml => thead,th1520-clk.yaml} (96%)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241203134137.2114847-7-m.wilczynski@samsung.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