From 6efe2223fa2de658d9017e2abd0ab4849430ef9c Mon Sep 17 00:00:00 2001 From: Dong Aisheng Date: Wed, 31 Jul 2019 17:11:24 +0800 Subject: [PATCH] Revert "ASoC: fsl_sai: mark regmap as fast_io" This reverts commit 6d19d8a3cec74a9680947ecb6abdeda38583110e. --- sound/soc/fsl/fsl_sai.c | 1 - 1 file changed, 1 deletion(-) --- a/sound/soc/fsl/fsl_sai.c +++ b/sound/soc/fsl/fsl_sai.c @@ -763,7 +763,6 @@ static const struct regmap_config fsl_sa .reg_bits = 32, .reg_stride = 4, .val_bits = 32, - .fast_io = true, .max_register = FSL_SAI_RMR, .reg_defaults = fsl_sai_reg_defaults,