Re: [PATCH v4 1/6] dt-bindings: power: Convert mti,mips-cpc to DT schema

From: Rob Herring
Date: Mon Jun 29 2020 - 17:46:27 EST


On Thu, 18 Jun 2020 01:31:55 +0300, Serge Semin wrote:
> It's a Cluster Power Controller embedded into the MIPS IP cores.
> Currently the corresponding dts node is supposed to have compatible
> and reg properties.
>
> Signed-off-by: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
> Cc: Alexey Malahov <Alexey.Malahov@xxxxxxxxxxxxxxxxxxxx>
>
> ---
>
> Changelog prev:
> - Reword the changelog summary - use shorter version.
> - Lowercase the example hex'es.
> ---
> .../bindings/power/mti,mips-cpc.txt | 8 -----
> .../bindings/power/mti,mips-cpc.yaml | 35 +++++++++++++++++++
> 2 files changed, 35 insertions(+), 8 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/power/mti,mips-cpc.txt
> create mode 100644 Documentation/devicetree/bindings/power/mti,mips-cpc.yaml
>


My bot found errors running 'make dt_binding_check' on your patch:

/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/power/mti,mips-cpc.example.dt.yaml: example-0: cpc@1bde0000:reg:0: [0, 467533824, 0, 32768] is too long


See https://patchwork.ozlabs.org/patch/1311661

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:

pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade

Please check and re-submit.