On 03/01/2023 02:08, Bryan O'Donoghue wrote: > New properties should be defined before the allOf. Move the > patternProperties definition to before the additionalProperties: false in > this file. Your commit description suggests it is just a move but it is not. Instead you make these properties available for all compatibles, which is not justified here. Either provide full explanation why making such change or make the move equivalent by disallowing the properties for other variants. > > Fixes: dfeef93fe3ee ("dt-bindings: interconnect: Convert snoc-mm to a sub-node of snoc") There is no bug to fix, at least no bug described in commit msg. Style and convention issues are not bugs and not worth backporting. Drop the Fixes. > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> > --- Best regards, Krzysztof