[PATCH v2] spi: atmel: convert spi_atmel to json-schema

Tudor.Ambarus at microchip.com Tudor.Ambarus at microchip.com
Mon Jul 4 06:24:54 PDT 2022


On 7/4/22 11:31, Sergiu Moga wrote:
> +  atmel,fifo-size:
> +    $ref: /schemas/types.yaml#/definitions/uint32
> +    description: |
> +      Maximum number of data the RX and TX FIFOs can store for FIFO
> +      capable SPI controllers.
> +    minimum: 16
> +    maximum: 32

Shouldn't we have an enum instead of a range? Can the FIFO size have a value of 24?


More information about the linux-arm-kernel mailing list