> From: "Mark Brown" <broonie@xxxxxxxxxx> > Sent: Friday, 31 May, 2024 18:06:30 > On Fri, May 31, 2024 at 10:48:14AM -0400, Elinor Montmasson wrote: >> From: "Mark Brown" <broonie@xxxxxxxxxx> > >> > Why not just use the existing compatible - why would someone not want to >> > be able to use the ASRC if it's available in their system? > >> That's true but it will be a problem if both `fsl-asoc-card.c` and >> `imx-spdif.c` drivers have the same compatible, and they don't >> have the same DT properties. > > So merge the two then? It would avoid having duplicate drivers yes, I will do this for the v5 of this contribution. Thank you for the review.