diff options
| author | Maxime Ripard <maxime@cerno.tech> | 2020-01-03 16:27:59 +0100 | 
|---|---|---|
| committer | Maxime Ripard <maxime@cerno.tech> | 2020-01-04 09:45:09 +0100 | 
| commit | a655ede064a3afc39a4d6e0a1056eca3dba477d6 (patch) | |
| tree | 71cbfa835e32cd4f9b009cb557007b0f33b45fcb | |
| parent | a9b5c6717837840adc5d58ab75f232905a3af9f7 (diff) | |
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>
| -rw-r--r-- | drivers/clk/sunxi-ng/ccu-sun6i-a31.h | 4 | ||||
| -rw-r--r-- | include/dt-bindings/clock/sun6i-a31-ccu.h | 2 | 
2 files changed, 5 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 diff --git a/include/dt-bindings/clock/sun6i-a31-ccu.h b/include/dt-bindings/clock/sun6i-a31-ccu.h index c5d13340184a..39878d9dce9f 100644 --- a/include/dt-bindings/clock/sun6i-a31-ccu.h +++ b/include/dt-bindings/clock/sun6i-a31-ccu.h @@ -49,6 +49,8 @@  #define CLK_PLL_VIDEO1_2X	13 +#define CLK_PLL_MIPI		15 +  #define CLK_CPU			18  #define CLK_AHB1_MIPIDSI	23 | 
