[PATCH v3] dt-bindings: nvmem: convert mtk-efuse.txt to YAML schema
Rob Herring
robh at kernel.org
Thu Jan 27 06:03:05 PST 2022
On Thu, 27 Jan 2022 16:59:30 +0800, Chunfeng Yun wrote:
> Convert mtk-efuse.txt to YAML schema mediatek,efuse.yaml
>
> Signed-off-by: Chunfeng Yun <chunfeng.yun at mediatek.com>
> Reviewed-by: Rob Herring <robh at kernel.org>
> ---
> v3: add reviewed-by Rob
>
> v2:
> 1. remove description of subnodes which is covered by nvmem.yaml suggested by Rob
> 2. change the example which is commoner than mt8173's
> ---
> .../bindings/nvmem/mediatek,efuse.yaml | 86 +++++++++++++++++++
> .../devicetree/bindings/nvmem/mtk-efuse.txt | 43 ----------
> 2 files changed, 86 insertions(+), 43 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> delete mode 100644 Documentation/devicetree/bindings/nvmem/mtk-efuse.txt
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/nvmem/mediatek,efuse.example.dts:25.43-28.15: Warning (unique_unit_address_if_enabled): /example-0/efuse at 11c10000/usb3-tx-imp at 184: duplicate unit-address (also used in node /example-0/efuse at 11c10000/usb3-rx-imp at 184)
Documentation/devicetree/bindings/nvmem/mediatek,efuse.example.dts:37.45-40.15: Warning (unique_unit_address_if_enabled): /example-0/efuse at 11c10000/usb3-tx-imp at 186: duplicate unit-address (also used in node /example-0/efuse at 11c10000/usb3-rx-imp at 186)
Documentation/devicetree/bindings/nvmem/mediatek,efuse.example.dts:49.42-52.15: Warning (unique_unit_address_if_enabled): /example-0/efuse at 11c10000/usb2-intr-p0 at 188: duplicate unit-address (also used in node /example-0/efuse at 11c10000/usb2-intr-p1 at 188)
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1584864
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
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.
More information about the linux-arm-kernel
mailing list