Skip to content

Commit 55de0f3

Browse files
jernejskmripard
authored andcommitted
clk: sunxi-ng: h3: h5: export CLK_PLL_VIDEO
CLK_PLL_VIDEO needs to be referenced in HDMI DT entry as a possible PHY clock parent. Export it so it can be used later in DT. Signed-off-by: Jernej Skrabec <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent b1a1ad4 commit 55de0f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

drivers/clk/sunxi-ng/ccu-sun8i-h3.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
#define CLK_PLL_AUDIO_2X 3
2727
#define CLK_PLL_AUDIO_4X 4
2828
#define CLK_PLL_AUDIO_8X 5
29-
#define CLK_PLL_VIDEO 6
29+
30+
/* PLL_VIDEO is exported */
31+
3032
#define CLK_PLL_VE 7
3133
#define CLK_PLL_DDR 8
3234

include/dt-bindings/clock/sun8i-h3-ccu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
#ifndef _DT_BINDINGS_CLK_SUN8I_H3_H_
4444
#define _DT_BINDINGS_CLK_SUN8I_H3_H_
4545

46+
#define CLK_PLL_VIDEO 6
47+
4648
#define CLK_PLL_PERIPH0 9
4749

4850
#define CLK_CPUX 14

0 commit comments

Comments
 (0)