From: Hugo Villeneuve Date: Fri, 13 Oct 2023 14:19:24 +0000 (-0400) Subject: dt-bindings: serial: sc16is7xx: move 'allOf' block after 'required' X-Git-Tag: v6.7-rc1~75^2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b97f5b56b01f90abe5587033ea6d262509aab97;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20231013141925.3427158-2-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml b/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml index 207dae3d0ffa5..5dec15b7e7c39 100644 --- a/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml +++ b/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml @@ -70,16 +70,16 @@ properties: minimum: 0 maximum: 1 -allOf: - - $ref: /schemas/spi/spi-peripheral-props.yaml# - - $ref: /schemas/serial/serial.yaml# - - $ref: /schemas/serial/rs485.yaml# - required: - compatible - reg - interrupts +allOf: + - $ref: /schemas/spi/spi-peripheral-props.yaml# + - $ref: /schemas/serial/serial.yaml# + - $ref: /schemas/serial/rs485.yaml# + oneOf: - required: - clocks