On Tue, 06 Aug 2024 20:25:07 +0800, Macpaul Lin wrote: > Convert the MediaTek MT6397 regulator bindings to DT schema. > > Signed-off-by: Sen Chu <sen.chu@xxxxxxxxxxxx> > Signed-off-by: Macpaul Lin <macpaul.lin@xxxxxxxxxxxx> > --- > .../regulator/mediatek,mt6397-regulator.yaml | 275 ++++++++++++++++++ > .../bindings/regulator/mt6397-regulator.txt | 220 -------------- > 2 files changed, 275 insertions(+), 220 deletions(-) > create mode 100644 Documentation/devicetree/bindings/regulator/mediatek,mt6397-regulator.yaml > delete mode 100644 Documentation/devicetree/bindings/regulator/mt6397-regulator.txt > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/regulator/mediatek,mt6397-regulator.example.dtb: /example-0/pwrap/pmic: failed to match any schema with compatible: ['mediatek,mt6397'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240806122507.2766-1-macpaul.lin@xxxxxxxxxxxx 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.