[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173323589655.1743530.2406812042403623910.robh@kernel.org>
Date: Tue, 03 Dec 2024 08:24:59 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Michal Wilczynski <m.wilczynski@...sung.com>
Cc: maarten.lankhorst@...ux.intel.com, aou@...s.berkeley.edu,
wefu@...hat.com, jassisinghbrar@...il.com, jszhang@...nel.org,
mturquette@...libre.com, dri-devel@...ts.freedesktop.org,
devicetree@...r.kernel.org, ulf.hansson@...aro.org, mripard@...nel.org,
linux-kernel@...r.kernel.org, frank.binns@...tec.com,
matt.coster@...tec.com, linux-riscv@...ts.infradead.org,
linux-pm@...r.kernel.org, guoren@...nel.org, sboyd@...nel.org,
linux-clk@...r.kernel.org, m.szyprowski@...sung.com, drew@...7.com,
krzk+dt@...nel.org, palmer@...belt.com, paul.walmsley@...ive.com,
airlied@...il.com, simona@...ll.ch, tzimmermann@...e.de,
conor+dt@...nel.org
Subject: Re: [RFC PATCH v1 05/14] dt-bindings: clock: thead,th1520: Add
support for Video Output subsystem
On Tue, 03 Dec 2024 14:41:28 +0100, Michal Wilczynski wrote:
> The device tree bindings for the T-Head TH1520 SoC clocks currently
> support only the Application Processor (AP) subsystem. This commit
> extends the bindings to include the Video Output (VO) subsystem clocks.
>
> Update the YAML schema to define the VO subsystem clocks, allowing the
> clock driver to configure and manage these clocks appropriately. This
> addition is necessary to enable the proper operation of the video output
> features on the TH1520 SoC.
>
> Signed-off-by: Michal Wilczynski <m.wilczynski@...sung.com>
> ---
> .../bindings/clock/thead,th1520-clk-ap.yaml | 31 +++++++++++++++----
> 1 file changed, 25 insertions(+), 6 deletions(-)
>
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-6-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