diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-01-03 18:27:59 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-01-04 11:45:09 +0300 |
commit | a655ede064a3afc39a4d6e0a1056eca3dba477d6 (patch) | |
tree | 71cbfa835e32cd4f9b009cb557007b0f33b45fcb /drivers | |
parent | a9b5c6717837840adc5d58ab75f232905a3af9f7 (diff) | |
download | linux-a655ede064a3afc39a4d6e0a1056eca3dba477d6.tar.xz |
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')
-rw-r--r-- | drivers/clk/sunxi-ng/ccu-sun6i-a31.h | 4 |
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 |