On Mon, May 15, 2023 at 08:21:40AM +0200, Krzysztof Kozlowski wrote: > On 14/05/2023 20:32, Conor Dooley wrote: > > On Sun, May 14, 2023 at 01:57:41PM +0200, Krzysztof Kozlowski wrote: > > > >> +allOf: > >> + - $ref: dsa.yaml#/$defs/ethernet-ports > >> + - $ref: /schemas/spi/spi-peripheral-props.yaml# > >> + - if: > >> + properties: > >> + compatible: > >> + enum: > >> + - nxp,sja1105e > >> + - nxp,sja1105t > > > > Is there a particular reason you did not put the "t" variant after the > > "s" one? > > Order is the same as in compatible list. I could sort them here, less > changes in the future. They are sorted chronologically, by generation.