Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: serial: sc16is7xx: move 'allOf' block after 'required'

The 'allOf' block should go after the 'required' block according to DT
bindings best practices.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231013141925.3427158-2-hugo@hugovil.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Hugo Villeneuve and committed by
Greg Kroah-Hartman
2b97f5b5 0b169177

+5 -5
+5 -5
Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
··· 70 70 minimum: 0 71 71 maximum: 1 72 72 73 - allOf: 74 - - $ref: /schemas/spi/spi-peripheral-props.yaml# 75 - - $ref: /schemas/serial/serial.yaml# 76 - - $ref: /schemas/serial/rs485.yaml# 77 - 78 73 required: 79 74 - compatible 80 75 - reg 81 76 - interrupts 77 + 78 + allOf: 79 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 80 + - $ref: /schemas/serial/serial.yaml# 81 + - $ref: /schemas/serial/rs485.yaml# 82 82 83 83 oneOf: 84 84 - required: