[PATCH v4 1/3] dt-bindings: mfd: atmel,flexcom: Convert to json-schema

Rob Herring robh at kernel.org
Fri Jun 17 06:58:32 PDT 2022


On Fri, 17 Jun 2022 18:37:27 +0530, Kavyasree Kotagiri wrote:
> Convert the Atmel flexcom device tree bindings to json schema.
> 
> Signed-off-by: Kavyasree Kotagiri <kavyasree.kotagiri at microchip.com>
> ---
> v3 -> v4:
>  - Corrected format of enum used for compatible string.
> 
> v2 -> v3:
>  - used enum for compatible string.
>  - changed irq flag to IRQ_TYPE_LEVEL_HIGH in example.
>  - fixed dtschema errors.
> 
> v1 -> v2:
>  - Fix title.
> 
>  .../bindings/mfd/atmel,flexcom.yaml           | 104 ++++++++++++++++++
>  .../devicetree/bindings/mfd/atmel-flexcom.txt |  63 -----------
>  2 files changed, 104 insertions(+), 63 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/mfd/atmel,flexcom.yaml
>  delete mode 100644 Documentation/devicetree/bindings/mfd/atmel-flexcom.txt
> 

Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.

Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.

Full log is available here: https://patchwork.ozlabs.org/patch/


flexcom at f0000000: spi at 400:compatible:0: 'atmel,at91rm9200-spi' was expected
	arch/arm/boot/dts/at91-sam9x60ek.dtb

flexcom at f0000000: spi at 400:compatible: ['microchip,sam9x60-spi', 'atmel,at91rm9200-spi'] is too long
	arch/arm/boot/dts/at91-sam9x60ek.dtb




More information about the linux-arm-kernel mailing list