]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
clk: sunxi: a31: Export the MIPI PLL
authorMaxime Ripard <maxime@cerno.tech>
Fri, 3 Jan 2020 15:27:59 +0000 (16:27 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Sat, 4 Jan 2020 08:45:09 +0000 (09:45 +0100)
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>
drivers/clk/sunxi-ng/ccu-sun6i-a31.h
include/dt-bindings/clock/sun6i-a31-ccu.h

index a361388b4670778244b93b44602386ced1b7e9af..3ed2a59b0dc6ef53825d80044ac5c2ec51576512 100644 (file)
@@ -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
 
index c5d13340184aada0817376a662f7ae247648aeb5..39878d9dce9f7b64a8716856cba0debdd6f6f5c9 100644 (file)
@@ -49,6 +49,8 @@
 
 #define CLK_PLL_VIDEO1_2X      13
 
+#define CLK_PLL_MIPI           15
+
 #define CLK_CPU                        18
 
 #define CLK_AHB1_MIPIDSI       23