diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-02-01 17:53:45 +0300 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-02-04 11:52:11 +0300 |
commit | 6682bd4d443fad802e11a0a39332025cdfbf5108 (patch) | |
tree | 20fc5daa823752c6cae1fb860e05afd8d4e20481 /drivers/clk/meson/Makefile | |
parent | 085a4ea93d5491b9e5274272b528a1fccf9b2546 (diff) | |
download | linux-6682bd4d443fad802e11a0a39332025cdfbf5108.tar.xz |
clk: meson: factorise meson64 peripheral clock controller drivers
The function used to probe the peripheral clock controller of the arm64
amlogic SoCs is mostly the same. We now have 3 of those controllers so
it is time to factorize things a bit.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lkml.kernel.org/r/20190201145345.6795-5-jbrunet@baylibre.com
Diffstat (limited to 'drivers/clk/meson/Makefile')
-rw-r--r-- | drivers/clk/meson/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile index c3dd3901afe3..32d17f18541e 100644 --- a/drivers/clk/meson/Makefile +++ b/drivers/clk/meson/Makefile @@ -2,6 +2,7 @@ obj-$(CONFIG_COMMON_CLK_MESON_AO_CLKC) += meson-aoclk.o obj-$(CONFIG_COMMON_CLK_MESON_DUALDIV) += clk-dualdiv.o +obj-$(CONFIG_COMMON_CLK_MESON_EE_CLKC) += meson-eeclk.o obj-$(CONFIG_COMMON_CLK_MESON_INPUT) += clk-input.o obj-$(CONFIG_COMMON_CLK_MESON_MPLL) += clk-mpll.o obj-$(CONFIG_COMMON_CLK_MESON_PHASE) += clk-phase.o |