Skip to content

Commit

Permalink
clk: sunxi: a31: Export the MIPI PLL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxime Ripard committed Jan 4, 2020
1 parent a9b5c67 commit a655ede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/clk/sunxi-ng/ccu-sun6i-a31.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions include/dt-bindings/clock/sun6i-a31-ccu.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@

#define CLK_PLL_VIDEO1_2X 13

#define CLK_PLL_MIPI 15

#define CLK_CPU 18

#define CLK_AHB1_MIPIDSI 23
Expand Down

0 comments on commit a655ede

Please sign in to comment.