diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-03-23 21:06:40 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-26 21:35:39 -0400 |
commit | 947a37cd38796f5b196a934353165a001cbcb0a9 (patch) | |
tree | 2dde6afc8ca7ddb6dc894b47d02578e343812416 /arch/arm | |
parent | dd38c1d4a17cda2486883cef7ec1bd84b5095260 (diff) |
ARM: shmobile: armadillo800eva: fix clock inversion
When operating in left-justfied mode both the frame-clock and the
bit-clock need to be inverted to be standards compliant.
This means that the exta clock inversion setting in the armadillo800eva
machine driver for CPU component should now be removed.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/board-armadillo800eva.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index 75de26c43d67..36aaeb12e1a5 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c | |||
@@ -1015,7 +1015,6 @@ static struct asoc_simple_card_info fsi_wm8978_info = { | |||
1015 | .platform = "sh_fsi2", | 1015 | .platform = "sh_fsi2", |
1016 | .daifmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBM_CFM, | 1016 | .daifmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBM_CFM, |
1017 | .cpu_dai = { | 1017 | .cpu_dai = { |
1018 | .fmt = SND_SOC_DAIFMT_IB_NF, | ||
1019 | .name = "fsia-dai", | 1018 | .name = "fsia-dai", |
1020 | }, | 1019 | }, |
1021 | .codec_dai = { | 1020 | .codec_dai = { |