Skip to content

Commit

Permalink
clk: sunxi-ng: h3: h5: export CLK_PLL_VIDEO
Browse files Browse the repository at this point in the history
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 <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
  • Loading branch information
Jernej Skrabec authored and Maxime Ripard committed Mar 2, 2018
1 parent b1a1ad4 commit 55de0f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/clk/sunxi-ng/ccu-sun8i-h3.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
#define CLK_PLL_AUDIO_2X 3
#define CLK_PLL_AUDIO_4X 4
#define CLK_PLL_AUDIO_8X 5
#define CLK_PLL_VIDEO 6

/* PLL_VIDEO is exported */

#define CLK_PLL_VE 7
#define CLK_PLL_DDR 8

Expand Down
2 changes: 2 additions & 0 deletions include/dt-bindings/clock/sun8i-h3-ccu.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
#ifndef _DT_BINDINGS_CLK_SUN8I_H3_H_
#define _DT_BINDINGS_CLK_SUN8I_H3_H_

#define CLK_PLL_VIDEO 6

#define CLK_PLL_PERIPH0 9

#define CLK_CPUX 14
Expand Down

0 comments on commit 55de0f3

Please sign in to comment.