On 17/07/2024 15:10, Rayyan Ansari wrote: > Convert the bindings for the External Bus Interface on apq8060 and > msm8660 from the old text format to yaml. > > Signed-off-by: Rayyan Ansari <rayyan.ansari@xxxxxxxxxx> .... > +patternProperties: > + "^.*@[0-5],[0-9a-f]+$": > + type: object > + additionalProperties: true > + properties: > + reg: > + maxItems: 1 > + Ideally, once we should change smsc,lan9115 bindings to properly end with "unevaluatedProperties: false" (thus referencing mc-peripheral-props.yaml). That would be however a bit bigger change affecting exynos-srom and socionext,uniphier-system-bus. Considering this are all old platforms, not really used nowadays, I think it is fine now. Thanks for the conversion. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Rob, will you take this? Best regards, Krzysztof