diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2019-05-20 23:03:19 +0300 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2019-06-11 12:02:04 +0300 |
commit | 174806aa9a8e051d3757ee5e673a3966221e4c3c (patch) | |
tree | 70e2d319b70ec02b9ab836e1c10117768ef70266 /drivers/clk/meson/meson8b.h | |
parent | c39c24c1cae2476629c83e63afb19c3ff8987abf (diff) | |
download | linux-174806aa9a8e051d3757ee5e673a3966221e4c3c.tar.xz |
clk: meson: meson8b: add the cts_i958 clock
Add the cts_i958 clock to control the clock source of the spdif output
block. It is used to select whether the clock source of the spdif output
is cts_amclk (when data are taken from i2s buffer) or the cts_mclk_i958
(when data are taken from the spdif buffer). The setup for this clock is
identical to GXBB, so this ports commit 7eaa44f6207fb6 ("clk: meson:
gxbb: add cts_i958 clock") to the Meson8/Meson8b/Meson8m2 clock driver.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'drivers/clk/meson/meson8b.h')
-rw-r--r-- | drivers/clk/meson/meson8b.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/meson/meson8b.h b/drivers/clk/meson/meson8b.h index c3787418088e..c889fbeec30f 100644 --- a/drivers/clk/meson/meson8b.h +++ b/drivers/clk/meson/meson8b.h @@ -178,7 +178,7 @@ #define CLKID_CTS_MCLK_I958_SEL 210 #define CLKID_CTS_MCLK_I958_DIV 211 -#define CLK_NR_CLKS 213 +#define CLK_NR_CLKS 214 /* * include the CLKID and RESETID that have |