aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson/axg.h
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-02-19 12:21:43 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2018-03-13 10:09:54 +0100
commit093c3fac4619d267136dc4cb87b916c692fa07db (patch)
treeed317e1463a0ac2ebf592a92e9ed3ec237637e55 /drivers/clk/meson/axg.h
parentclk: meson: axg: add hifi clock bindings (diff)
downloadlinux-dev-093c3fac4619d267136dc4cb87b916c692fa07db.tar.xz
linux-dev-093c3fac4619d267136dc4cb87b916c692fa07db.zip
clk: meson: axg: add hifi pll clock
Add the hifi pll to the axg clock controller. This clock maybe used as an input of the axg audio clock controller. It uses the same settings table as the gp0 pll but has a frac parameter allowing more precision. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/clk/meson/axg.h')
-rw-r--r--drivers/clk/meson/axg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/meson/axg.h b/drivers/clk/meson/axg.h
index 4c1502a8b8c9..4916c7045c48 100644
--- a/drivers/clk/meson/axg.h
+++ b/drivers/clk/meson/axg.h
@@ -122,7 +122,7 @@
#define CLKID_MPLL2_DIV 67
#define CLKID_MPLL3_DIV 68
-#define NR_CLKS 69
+#define NR_CLKS 70
/* include the CLKIDs that have been made part of the DT binding */
#include <dt-bindings/clock/axg-clkc.h>