diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-08-01 13:56:59 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2017-08-04 18:02:02 +0200 |
commit | 62ec0b9754aced0b4c02694886cbe9bfd3d00f2f (patch) | |
tree | 8fda35ec7e8dcfd3f1d55cc405290a66b8e3a958 /drivers/clk/meson/Makefile | |
parent | ffb13e3b84f4619ec6a4ca61a6cedf2d50858949 (diff) | |
download | linux-62ec0b9754aced0b4c02694886cbe9bfd3d00f2f.tar.gz linux-62ec0b9754aced0b4c02694886cbe9bfd3d00f2f.tar.bz2 linux-62ec0b9754aced0b4c02694886cbe9bfd3d00f2f.zip |
clk: meson: gxbb-aoclk: Add CEC 32k clock
The CEC 32K AO Clock is a dual divider with dual counter to provide a more
precise 32768Hz clock for the CEC subsystem from the external xtal.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/clk/meson/Makefile')
-rw-r--r-- | drivers/clk/meson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile index de65427efe9b..b139d41b25da 100644 --- a/drivers/clk/meson/Makefile +++ b/drivers/clk/meson/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_COMMON_CLK_AMLOGIC) += clk-pll.o clk-cpu.o clk-mpll.o clk-audio-divider.o obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b.o -obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o gxbb-aoclk.o gxbb-aoclk-regmap.o +obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o gxbb-aoclk.o gxbb-aoclk-regmap.o gxbb-aoclk-32k.o |