Re: [PATCH] dt-bindings: spi: microchip,pic32: Convert to DT schema

From: Krzysztof Kozlowski

Date: Mon Jun 15 2026 - 02:57:11 EST


On Sun, Jun 14, 2026 at 11:20:05PM +0530, Udaya Kiran Challa wrote:
> Convert Microchip PIC32 SPI controller devicetree binding
> from legacy text format to DT schema.
>
> Signed-off-by: Udaya Kiran Challa <challauday369@xxxxxxxxx>
> ---

Please use subject prefixes matching the subsystem. You can get them for
example with 'git log --oneline -- DIRECTORY_OR_FILE' on the directory
your patch is touching. For bindings, the preferred subjects are
explained here:
https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters


spi: dt-bindings:


> .../bindings/spi/microchip,pic32-spi.yaml | 78 +++++++++++++++++++
> .../bindings/spi/microchip,spi-pic32.txt | 34 --------
> 2 files changed, 78 insertions(+), 34 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/spi/microchip,pic32-spi.yaml

Use compatible as filename (and don't forget to test binding after
renaming).

Rest looks good, so with these two changed:

Best regards,
Krzysztof