On Sat, May 09, 2026 at 02:46:19PM -0700, Ethan Nelson-Moore wrote: > index 6be074ea0b3f..2e6abd620571 100644 > --- a/sound/soc/fsl/eukrea-tlv320.c > +++ b/sound/soc/fsl/eukrea-tlv320.c > @@ -142,7 +142,7 @@ static int eukrea_tlv320_probe(struct platform_device *pdev) > eukrea_tlv320.name = "cpuimx-audio"; > } > > - if (machine_is_eukrea_cpuimx27() || > + if (of_machine_is_compatible("eukrea,cpuimx27") || This renders the inclusion of asm/mach-types.h redundant.