diff options
-rw-r--r-- | drivers/clk/sunxi-ng/ccu-sun8i-h3.h | 4 | ||||
-rw-r--r-- | include/dt-bindings/clock/sun8i-h3-ccu.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-h3.h b/drivers/clk/sunxi-ng/ccu-sun8i-h3.h index 1b4baea37d81..73d7392c968c 100644 --- a/drivers/clk/sunxi-ng/ccu-sun8i-h3.h +++ b/drivers/clk/sunxi-ng/ccu-sun8i-h3.h | |||
@@ -26,7 +26,9 @@ | |||
26 | #define CLK_PLL_AUDIO_2X 3 | 26 | #define CLK_PLL_AUDIO_2X 3 |
27 | #define CLK_PLL_AUDIO_4X 4 | 27 | #define CLK_PLL_AUDIO_4X 4 |
28 | #define CLK_PLL_AUDIO_8X 5 | 28 | #define CLK_PLL_AUDIO_8X 5 |
29 | #define CLK_PLL_VIDEO 6 | 29 | |
30 | /* PLL_VIDEO is exported */ | ||
31 | |||
30 | #define CLK_PLL_VE 7 | 32 | #define CLK_PLL_VE 7 |
31 | #define CLK_PLL_DDR 8 | 33 | #define CLK_PLL_DDR 8 |
32 | 34 | ||
diff --git a/include/dt-bindings/clock/sun8i-h3-ccu.h b/include/dt-bindings/clock/sun8i-h3-ccu.h index e139fe5c62ec..c5f7e9a70968 100644 --- a/include/dt-bindings/clock/sun8i-h3-ccu.h +++ b/include/dt-bindings/clock/sun8i-h3-ccu.h | |||
@@ -43,6 +43,8 @@ | |||
43 | #ifndef _DT_BINDINGS_CLK_SUN8I_H3_H_ | 43 | #ifndef _DT_BINDINGS_CLK_SUN8I_H3_H_ |
44 | #define _DT_BINDINGS_CLK_SUN8I_H3_H_ | 44 | #define _DT_BINDINGS_CLK_SUN8I_H3_H_ |
45 | 45 | ||
46 | #define CLK_PLL_VIDEO 6 | ||
47 | |||
46 | #define CLK_PLL_PERIPH0 9 | 48 | #define CLK_PLL_PERIPH0 9 |
47 | 49 | ||
48 | #define CLK_CPUX 14 | 50 | #define CLK_CPUX 14 |