diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-01-03 18:28:00 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-01-04 11:45:19 +0300 |
commit | 9c232d324bfa1bb6204f6c2c5e1bea12c51cc6bd (patch) | |
tree | 7adaf7e22c1c9d7283d4e8a57c27917e1d4a69d6 /drivers/clk | |
parent | a655ede064a3afc39a4d6e0a1056eca3dba477d6 (diff) | |
download | linux-9c232d324bfa1bb6204f6c2c5e1bea12c51cc6bd.tar.xz |
clk: sunxi: a23/a33: 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-sun8i-a23-a33.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-a23-a33.h b/drivers/clk/sunxi-ng/ccu-sun8i-a23-a33.h index 72df69291cc6..5bf5c4d13b4c 100644 --- a/drivers/clk/sunxi-ng/ccu-sun8i-a23-a33.h +++ b/drivers/clk/sunxi-ng/ccu-sun8i-a23-a33.h @@ -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 |