diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-01-03 16:28:00 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-01-04 09:45:19 +0100 |
commit | 9c232d324bfa1bb6204f6c2c5e1bea12c51cc6bd (patch) | |
tree | 7adaf7e22c1c9d7283d4e8a57c27917e1d4a69d6 /include/dt-bindings | |
parent | a655ede064a3afc39a4d6e0a1056eca3dba477d6 (diff) | |
download | linux-9c232d324bfa1bb6204f6c2c5e1bea12c51cc6bd.tar.gz linux-9c232d324bfa1bb6204f6c2c5e1bea12c51cc6bd.tar.bz2 linux-9c232d324bfa1bb6204f6c2c5e1bea12c51cc6bd.zip |
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 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/sun8i-a23-a33-ccu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/sun8i-a23-a33-ccu.h b/include/dt-bindings/clock/sun8i-a23-a33-ccu.h index f8222b6b2cc3..eb524d0bbd01 100644 --- a/include/dt-bindings/clock/sun8i-a23-a33-ccu.h +++ b/include/dt-bindings/clock/sun8i-a23-a33-ccu.h @@ -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 |