Messages in this thread |  | | Date | Mon, 27 Apr 2026 01:24:03 -0700 | | From | "Rob Herring (Arm)" <> | | Subject | Re: [PATCH 1/2] dt-bindings: thermal: mediatek: Add MT8189 LVTS bindings |
| |
On Mon, 27 Apr 2026 14:48:29 +0800, mtk36707 wrote: > From: Kuanfu Lu <kuanfu.lu@mediatek.com> > > Add support for the MediaTek MT8189 LVTS thermal controller to > the device tree bindings. This includes new compatible strings > and required properties for MT8189. > > Signed-off-by: Kuanfu Lu <kuanfu.lu@mediatek.com> > --- > .../thermal/mediatek,lvts-thermal.yaml | 27 +++++++++++++++++-- > .../thermal/mediatek,lvts-thermal.h | 20 ++++++++++++++ > 2 files changed, 45 insertions(+), 2 deletions(-) >
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors: ./Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml:99:11: [warning] wrong indentation: expected 8 but found 10 (indentation) ./Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml:119:11: [warning] wrong indentation: expected 8 but found 10 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/20260427065236.1685057-1-kuanfu.lu@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.
|  |