Re: [PATCH 1/4] dt-bindings: soc: devapc: Add for support MT8189
From: Rob Herring (Arm)
Date: Thu Dec 11 2025 - 23:29:17 EST
On Fri, 12 Dec 2025 11:13:42 +0800, Xiaoshun Xu wrote:
>
> External email : Please do not click links or open attachments until you have verified the sender or the content.
>
>
> From: "xiaoshun.xu" <xiaoshun.xu@xxxxxxxxxxxx>
>
> Add compatible and vio-idx-num attribute of MT8189
>
> Signed-off-by: xiaoshun.xu <xiaoshun.xu@xxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/soc/mediatek/devapc.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
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/soc/mediatek/devapc.yaml: vio-idx-num: missing type definition
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/20251212031450.489128-2-xiaoshun.xu@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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.