diff options
author | Mark Brown <broonie@kernel.org> | 2014-09-01 10:49:32 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-01 10:49:32 +0100 |
commit | 5b87d31309938a49f57493ba86c765afdd4f2ffe (patch) | |
tree | 62ccc3ab8b6ea30cad90f5cd63413e7a9f3eb534 /sound/soc/fsl/fsl_esai.c | |
parent | 6be1f475e0ed2b4f9cd9c157d06e65178f4e84bb (diff) | |
parent | 014fd22ef9c6a7e9536b7e16635714a1a34810a8 (diff) | |
download | op-kernel-dev-5b87d31309938a49f57493ba86c765afdd4f2ffe.zip op-kernel-dev-5b87d31309938a49f57493ba86c765afdd4f2ffe.tar.gz |
Merge branch 'topic/fsl' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fsl-esai
Diffstat (limited to 'sound/soc/fsl/fsl_esai.c')
-rw-r--r-- | sound/soc/fsl/fsl_esai.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c index b2f6b3e..8bcdfda 100644 --- a/sound/soc/fsl/fsl_esai.c +++ b/sound/soc/fsl/fsl_esai.c @@ -710,7 +710,7 @@ static bool fsl_esai_writeable_reg(struct device *dev, unsigned int reg) } } -static struct regmap_config fsl_esai_regmap_config = { +static const struct regmap_config fsl_esai_regmap_config = { .reg_bits = 32, .reg_stride = 4, .val_bits = 32, @@ -736,9 +736,6 @@ static int fsl_esai_probe(struct platform_device *pdev) esai_priv->pdev = pdev; strcpy(esai_priv->name, np->name); - if (of_property_read_bool(np, "big-endian")) - fsl_esai_regmap_config.val_format_endian = REGMAP_ENDIAN_BIG; - /* Get the addresses and IRQ */ res = platform_get_resource(pdev, IORESOURCE_MEM, 0); regs = devm_ioremap_resource(&pdev->dev, res); |