On Mon, Aug 25, 2025 at 11:40:39AM +0800, Baojun Xu wrote: > allOf: > - $ref: dai-common.yaml# > + - if: > + properties: > + compatible: > + contains: > + enum: > + - ti,tas2020 > + - ti,tas2118 > + - ti,tas2120 > + - ti,tas2320 > + then: > + properties: > + reg: > + description: > + I2C address, in multiple-AMP case, all the i2c address > + aggregate as one Audio Device to support multiple audio slots. I don't think you resolved Rob's comment. > + maxItems: 4 > + items: > + minimum: 0x48 > + maximum: 0x4b Also, fix finally order of patches so docs go before the user (see submitting patches in DT dir). Best regards, Krzysztof