On 30/05/2024 13:12, Mighty wrote: > From: Mithil Bavishi <bavishimithil@xxxxxxxxx> > > Convert the OMAP4+ McPDM bindings to DT schema. > > Signed-off-by: Mithil Bavishi <bavishimithil@xxxxxxxxx> > + > +properties: > + compatible: > + const: ti,omap4-mcpdm > + > + reg: > + items: > + - description: MPU access base address > + - description: L3 interconnect address > + > + reg-names: > + items: > + - const: mpu > + - const: dma > + > + interrupts: > + maxItems: 1 > + > + dmas: > + maxItems: 2 > + > + dma-names: > + items: > + - const: up_link > + - const: dn_link Please mention in the commit msg all changes (and explain why!) done during conversion (comparing to original binding). I am pretty sure I gave this feedback already. Best regards, Krzysztof