[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <174657859727.3211905.5051377478699644321.robh@kernel.org>
Date: Tue, 06 May 2025 19:43:17 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: "Rob Herring (Arm)" <robh@...nel.org>
Cc: Jiri Slaby <jirislaby@...nel.org>,
Chandra Mandal <purna.mandal@...rochip.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, linux-serial@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andrei Pistirica <andrei.pistirica@...rochip.com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: serial: Convert microchip,pic32mzda-uart
to DT schema
On Tue, 06 May 2025 17:00:33 -0500, Rob Herring (Arm) wrote:
> Convert the Microchip PIC32 UART binding to DT schema. The binding was
> unclear there are 3 interrupts. The functions were determined from the
> driver. The 'cts-gpios' property is covered by serial.yaml schema.
>
> Signed-off-by: Rob Herring (Arm) <robh@...nel.org>
> ---
> .../bindings/serial/microchip,pic32-uart.txt | 29 ----------
> .../serial/microchip,pic32mzda-uart.yaml | 53 +++++++++++++++++++
> 2 files changed, 53 insertions(+), 29 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/serial/microchip,pic32-uart.txt
> create mode 100644 Documentation/devicetree/bindings/serial/microchip,pic32mzda-uart.yaml
>
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/serial/microchip,pic32mzda-uart.example.dtb: serial@...22000 (microchip,pic32mzda-uart): Unevaluated properties are not allowed ('cts-gpios' was unexpected)
from schema $id: http://devicetree.org/schemas/microchip,pic32mzda-uart.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250506220034.2546370-1-robh@kernel.org
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.
Powered by blists - more mailing lists