[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173323951617.1836905.12806289628083482638.robh@kernel.org>
Date: Tue, 03 Dec 2024 09:25:16 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Michal Wilczynski <m.wilczynski@...sung.com>
Cc: m.szyprowski@...sung.com, frank.binns@...tec.com,
linux-kernel@...r.kernel.org, maarten.lankhorst@...ux.intel.com,
paul.walmsley@...ive.com, jszhang@...nel.org,
linux-riscv@...ts.infradead.org, ulf.hansson@...aro.org,
mturquette@...libre.com, wefu@...hat.com, conor+dt@...nel.org,
dri-devel@...ts.freedesktop.org, linux-pm@...r.kernel.org,
airlied@...il.com, aou@...s.berkeley.edu, matt.coster@...tec.com,
guoren@...nel.org, devicetree@...r.kernel.org, linux-clk@...r.kernel.org,
sboyd@...nel.org, simona@...ll.ch, drew@...7.com, krzk+dt@...nel.org,
jassisinghbrar@...il.com, mripard@...nel.org, palmer@...belt.com,
tzimmermann@...e.de
Subject: Re: [RFC PATCH v1 08/14] dt-bindings: power: thead,th1520: Add
support for power domains
On Tue, 03 Dec 2024 14:41:31 +0100, Michal Wilczynski wrote:
> Add power domain support to the Thead TH1520 clock controller bindings.
> This enables devices to specify their power domain dependencies,
> improving power management for components like the GPU.
>
> Signed-off-by: Michal Wilczynski <m.wilczynski@...sung.com>
> ---
> .../bindings/power/thead,th1520-power.yaml | 52 +++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 53 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/power/thead,th1520-power.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/power/thead,th1520-power.example.dtb: vosys@...f528000: compatible: ['syscon'] is too short
from schema $id: http://devicetree.org/schemas/mfd/syscon-common.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/power/thead,th1520-power.example.dtb: vosys@...f528000: reg: [[255, 4015161344], [0, 4096]] is too long
from schema $id: http://devicetree.org/schemas/mfd/syscon-common.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241203134137.2114847-9-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