Am Thu, 6 Apr 2023 10:32:49 +0200 schrieb Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>: > On 05/04/2023 18:19, Andreas Kemnade wrote: > > From: Andrew Davis <afd@xxxxxx> > > > > Convert omap.txt to yaml. > > > > > > + - description: TI AM43 SoC based platforms > > + items: > > + - enum: > > + - compulab,am437x-cm-t43 > > + - ti,am437x-gp-evm > > + - ti,am437x-idk-evm > > + - ti,am437x-sk-evm > > + - pattern: '^ti,am4372[26789]$' > > + - const: ti,am43 > > + > > + - description: TI AM57 SoC based platforms > > + items: > > + - enum: > > + - beagle,am5729-beagleboneai > > + - compulab,cl-som-am57x > > + - ti,am5718-idk > > + - ti,am5728-idk > > + - ti,am5748-idk > > + - pattern: '^ti,am57[0124][689]$' > > I don't think my comments were resolved. I asked if it is possible to > make a board called "ti,am5718-idk" with "ti,am5749" or with > "ti,am5708"? > I am preparing a reduced version of this without all that pattern matches where I do not know the intention the original author had. > What's more, you dropped several variations and compatibles against > original binding (all the "dra") and it is not explained in commit msg > at all. > ok, time to better compare it by scrips, Did not notice the dra stuff with am* in the other compatibles.