ath79/mikrotik: use routerbootpart partitions
[oweals/openwrt.git] / target / linux / layerscape / patches-5.4 / 801-audio-0009-Revert-ASoC-fsl_sai-mark-regmap-as-fast_io.patch
1 From 6efe2223fa2de658d9017e2abd0ab4849430ef9c Mon Sep 17 00:00:00 2001
2 From: Dong Aisheng <aisheng.dong@nxp.com>
3 Date: Wed, 31 Jul 2019 17:11:24 +0800
4 Subject: [PATCH] Revert "ASoC: fsl_sai: mark regmap as fast_io"
5
6 This reverts commit 6d19d8a3cec74a9680947ecb6abdeda38583110e.
7 ---
8  sound/soc/fsl/fsl_sai.c | 1 -
9  1 file changed, 1 deletion(-)
10
11 --- a/sound/soc/fsl/fsl_sai.c
12 +++ b/sound/soc/fsl/fsl_sai.c
13 @@ -763,7 +763,6 @@ static const struct regmap_config fsl_sa
14         .reg_bits = 32,
15         .reg_stride = 4,
16         .val_bits = 32,
17 -       .fast_io = true,
18  
19         .max_register = FSL_SAI_RMR,
20         .reg_defaults = fsl_sai_reg_defaults,