diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-02-12 15:58:33 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2018-03-13 10:03:59 +0100 |
commit | 81c7fcac9b5ffe5744bb1437d991739be7053528 (patch) | |
tree | f71bc7b74583f026fb47d841453649f724b6ff20 /drivers/clk/meson/Makefile | |
parent | ea11dda9e091aba0fe6497108477699286a2d036 (diff) | |
download | linux-81c7fcac9b5ffe5744bb1437d991739be7053528.tar.gz linux-81c7fcac9b5ffe5744bb1437d991739be7053528.tar.bz2 linux-81c7fcac9b5ffe5744bb1437d991739be7053528.zip |
clk: meson: switch gxbb ao_clk to clk_regmap
Drop the gxbb ao specific regmap based clock and use the
meson clk_regmap based clock instead.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
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 11a50586666a..465086118d62 100644 --- a/drivers/clk/meson/Makefile +++ b/drivers/clk/meson/Makefile @@ -4,6 +4,6 @@ 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 gxbb-aoclk-32k.o +obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o gxbb-aoclk.o gxbb-aoclk-32k.o obj-$(CONFIG_COMMON_CLK_AXG) += axg.o obj-$(CONFIG_COMMON_CLK_REGMAP_MESON) += clk-regmap.o |