Skip to content

Commit

Permalink
clk: sunxi: a23/a33: 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 a655ede commit 9c232d3
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-sun8i-a23-a33.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#define CLK_PLL_PERIPH 10
#define CLK_PLL_PERIPH_2X 11
#define CLK_PLL_GPU 12
#define CLK_PLL_MIPI 13

/* The PLL MIPI clock is exported */

#define CLK_PLL_HSIC 14
#define CLK_PLL_DE 15
#define CLK_PLL_DDR1 16
Expand Down
2 changes: 2 additions & 0 deletions include/dt-bindings/clock/sun8i-a23-a33-ccu.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
#ifndef _DT_BINDINGS_CLK_SUN8I_A23_A33_H_
#define _DT_BINDINGS_CLK_SUN8I_A23_A33_H_

#define CLK_PLL_MIPI 13

#define CLK_CPUX 18

#define CLK_BUS_MIPI_DSI 23
Expand Down

0 comments on commit 9c232d3

Please sign in to comment.