layerscape: add patches-5.4
[openwrt/staging/mkresin.git] / target / linux / layerscape / patches-5.4 / 801-audio-0004-Revert-ASoC-fsl_sai-Add-support-for-imx7ulp-imx8mq.patch
1 From 6357cf1832f46d29f9756a34887af7fd96d48f18 Mon Sep 17 00:00:00 2001
2 From: Dong Aisheng <aisheng.dong@nxp.com>
3 Date: Fri, 16 Aug 2019 18:01:12 +0800
4 Subject: [PATCH] Revert "ASoC: fsl_sai: Add support for imx7ulp/imx8mq"
5
6 This reverts commit a860fac420971c5a90d4f78959b44ead793aee4f.
7 ---
8 sound/soc/fsl/fsl_sai.c | 14 --------------
9 1 file changed, 14 deletions(-)
10
11 --- a/sound/soc/fsl/fsl_sai.c
12 +++ b/sound/soc/fsl/fsl_sai.c
13 @@ -1031,24 +1031,10 @@ static const struct fsl_sai_soc_data fsl
14 .reg_offset = 0,
15 };
16
17 -static const struct fsl_sai_soc_data fsl_sai_imx7ulp_data = {
18 - .use_imx_pcm = true,
19 - .fifo_depth = 16,
20 - .reg_offset = 8,
21 -};
22 -
23 -static const struct fsl_sai_soc_data fsl_sai_imx8mq_data = {
24 - .use_imx_pcm = true,
25 - .fifo_depth = 128,
26 - .reg_offset = 8,
27 -};
28 -
29 static const struct of_device_id fsl_sai_ids[] = {
30 { .compatible = "fsl,vf610-sai", .data = &fsl_sai_vf610_data },
31 { .compatible = "fsl,imx6sx-sai", .data = &fsl_sai_imx6sx_data },
32 { .compatible = "fsl,imx6ul-sai", .data = &fsl_sai_imx6sx_data },
33 - { .compatible = "fsl,imx7ulp-sai", .data = &fsl_sai_imx7ulp_data },
34 - { .compatible = "fsl,imx8mq-sai", .data = &fsl_sai_imx8mq_data },
35 { /* sentinel */ }
36 };
37 MODULE_DEVICE_TABLE(of, fsl_sai_ids);