aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2020-01-03 16:27:59 +0100
committerMaxime Ripard <maxime@cerno.tech>2020-01-04 09:45:09 +0100
commita655ede064a3afc39a4d6e0a1056eca3dba477d6 (patch)
tree71cbfa835e32cd4f9b009cb557007b0f33b45fcb /drivers/clk
parentclk: sunxi-ng: a64: export CLK_CPUX clock for DVFS (diff)
downloadlinux-dev-a655ede064a3afc39a4d6e0a1056eca3dba477d6.tar.xz
linux-dev-a655ede064a3afc39a4d6e0a1056eca3dba477d6.zip
clk: sunxi: a31: Export the MIPI PLL
The MIPI PLL is used for LVDS. Make sure it's exported in the dt bindings headers. Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/sunxi-ng/ccu-sun6i-a31.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/ccu-sun6i-a31.h b/drivers/clk/sunxi-ng/ccu-sun6i-a31.h
index a361388b4670..3ed2a59b0dc6 100644
--- a/drivers/clk/sunxi-ng/ccu-sun6i-a31.h
+++ b/drivers/clk/sunxi-ng/ccu-sun6i-a31.h
@@ -32,7 +32,9 @@
/* The PLL_VIDEO1_2X clock is exported */
#define CLK_PLL_GPU 14
-#define CLK_PLL_MIPI 15
+
+/* The PLL_VIDEO1_2X clock is exported */
+
#define CLK_PLL9 16
#define CLK_PLL10 17