summaryrefslogtreecommitdiff
path: root/drivers/clk/meson/Makefile
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2019-02-11 16:45:01 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2019-04-23 11:19:09 +0200
commit912af8423f3ee02497f98b1373b6291fcf611e0d (patch)
tree6ba9e90e0540fb2fdff559a3571bb6ee00c3cdbc /drivers/clk/meson/Makefile
parentf5abfed8e916b9dd7a1b1187935e834acd5c9710 (diff)
clk: meson: add g12a support
Add basic support for the Amlogic G12A clock controller based on the AXG driver. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile
index 47a5ad588e..c873d6976f 100644
--- a/drivers/clk/meson/Makefile
+++ b/drivers/clk/meson/Makefile
@@ -5,4 +5,5 @@
obj-$(CONFIG_CLK_MESON_GX) += gxbb.o
obj-$(CONFIG_CLK_MESON_AXG) += axg.o
+obj-$(CONFIG_CLK_MESON_G12A) += g12a.o