ath79/mikrotik: use routerbootpart partitions
[oweals/openwrt.git] / target / linux / layerscape / patches-5.4 / 801-audio-0003-Revert-ASoC-fsl_sai-Add-support-for-imx8qm.patch
1 From 841e80ea4dcfa52f6883ad5330aa7d2ab7d6229e Mon Sep 17 00:00:00 2001
2 From: Leonard Crestez <leonard.crestez@nxp.com>
3 Date: Thu, 3 Oct 2019 20:45:02 +0300
4 Subject: [PATCH] Revert "ASoC: fsl_sai: Add support for imx8qm"
5
6 This reverts commit 6eeb60be5ebb73b2e5911e26fb1aed02940b7d09.
7 ---
8  sound/soc/fsl/fsl_sai.c | 7 -------
9  1 file changed, 7 deletions(-)
10
11 --- a/sound/soc/fsl/fsl_sai.c
12 +++ b/sound/soc/fsl/fsl_sai.c
13 @@ -1043,19 +1043,12 @@ static const struct fsl_sai_soc_data fsl
14         .reg_offset = 8,
15  };
16  
17 -static const struct fsl_sai_soc_data fsl_sai_imx8qm_data = {
18 -       .use_imx_pcm = true,
19 -       .fifo_depth = 64,
20 -       .reg_offset = 0,
21 -};
22 -
23  static const struct of_device_id fsl_sai_ids[] = {
24         { .compatible = "fsl,vf610-sai", .data = &fsl_sai_vf610_data },
25         { .compatible = "fsl,imx6sx-sai", .data = &fsl_sai_imx6sx_data },
26         { .compatible = "fsl,imx6ul-sai", .data = &fsl_sai_imx6sx_data },
27         { .compatible = "fsl,imx7ulp-sai", .data = &fsl_sai_imx7ulp_data },
28         { .compatible = "fsl,imx8mq-sai", .data = &fsl_sai_imx8mq_data },
29 -       { .compatible = "fsl,imx8qm-sai", .data = &fsl_sai_imx8qm_data },
30         { /* sentinel */ }
31  };
32  MODULE_DEVICE_TABLE(of, fsl_sai_ids);