On 08/04/2022 10:27, Nishanth Menon wrote: > On 11:12-20220408, Tony Lindgren wrote: > [...] > >> + ti,hwmods: >> + description: >> + Name of the HWMOD associated with timer. This is for legacy >> + omap2/3 platforms only. >> + $ref: /schemas/types.yaml#/definitions/string >> + deprecated: true >> + >> +required: >> + - compatible >> + - reg >> + >> +additionalProperties: false >> + > > Should we strengthen the check like in 8250_omap.yaml - something to the > effect of: > > if: Yes, please. Within allOf because other properties also might need such constraints. Best regards, Krzysztof