[PATCH] sound: soc: fsl: eukrea-tlv320: update board checks to use the DT
Mark Brown
broonie at kernel.org
Sun May 10 05:57:09 PDT 2026
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20260510/799ebecc/attachment.sig>
More information about the linux-arm-kernel
mailing list