diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2020-02-20 21:57:11 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-21 14:30:47 +0100 |
commit | 3e25c44598aa44134207ad7b3c5ad6b586135777 (patch) | |
tree | f23b0311200163f96aa90fc8b338e90aa696e6fe /sound/soc/meson/Kconfig | |
parent | ASoC: meson: aiu: introduce a struct for platform specific information (diff) | |
download | linux-3e25c44598aa44134207ad7b3c5ad6b586135777.tar.xz linux-3e25c44598aa44134207ad7b3c5ad6b586135777.zip |
ASoC: meson: aiu: add support for the Meson8 and Meson8b SoC families
The AIU audio controller on the Meson8 and Meson8b SoC families is
compatible with the one found in the later GXBB family. Add compatible
strings for these two older SoC families so the driver can be loaded for
them.
Instead of using the I2S divider from the AIU_CLK_CTRL_MORE register we
need to use the I2S divider from the AIU_CLK_CTRL register. This older
register is less flexible because it only supports four divider settings
(1, 2, 4, 8) compared to the AIU_CLK_CTRL_MORE register (which supports
dividers in the range 0..64).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200220205711.77953-4-martin.blumenstingl@googlemail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/meson/Kconfig')
-rw-r--r-- | sound/soc/meson/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 897a706dcda0..d27e9180b453 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -10,7 +10,7 @@ config SND_MESON_AIU imply SND_SOC_HDMI_CODEC if DRM_MESON_DW_HDMI help Select Y or M to add support for the Audio output subsystem found - in the Amlogic GX SoC family + in the Amlogic Meson8, Meson8b and GX SoC families config SND_MESON_AXG_FIFO tristate |