[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <176243607706.3652517.3944575874711134298.robh@kernel.org>
Date: Thu, 06 Nov 2025 07:34:37 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: "irving.ch.lin" <irving-ch.lin@...iatek.com>
Cc: linux-kernel@...r.kernel.org, sirius.wang@...iatek.com,
Ulf Hansson <ulf.hansson@...aro.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, linux-pm@...r.kernel.org,
linux-clk@...r.kernel.org, netdev@...r.kernel.org,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Conor Dooley <conor+dt@...nel.org>, Stephen Boyd <sboyd@...nel.org>,
Richard Cochran <richardcochran@...il.com>, jh.hsu@...iatek.com,
devicetree@...r.kernel.org, linux-mediatek@...ts.infradead.org,
Qiqi Wang <qiqi.wang@...iatek.com>,
Matthias Brugger <matthias.bgg@...il.com>,
linux-arm-kernel@...ts.infradead.org,
Michael Turquette <mturquette@...libre.com>, vince-wl.liu@...iatek.com,
Project_Global_Chrome_Upstream_Group@...iatek.com
Subject: Re: [PATCH v3 02/21] dt-bindings: power: mediatek: Add MT8189
power domain definitions
On Thu, 06 Nov 2025 20:41:47 +0800, irving.ch.lin wrote:
> From: Irving-CH Lin <irving-ch.lin@...iatek.com>
>
> Add device tree bindings for the power domains of MediaTek MT8189 SoC.
>
> Signed-off-by: Irving-CH Lin <irving-ch.lin@...iatek.com>
> ---
> .../power/mediatek,power-controller.yaml | 1 +
> .../dt-bindings/power/mediatek,mt8189-power.h | 38 +++++++++++++++++++
> 2 files changed, 39 insertions(+)
> create mode 100644 include/dt-bindings/power/mediatek,mt8189-power.h
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/clock/mediatek,mt8189-clock.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251106124330.1145600-3-irving-ch.lin@mediatek.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