diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-09-29 16:22:53 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-29 10:46:10 +0200 |
commit | 80815004a45fc68b6e34653af4fca47be7fb96ed (patch) | |
tree | 1111cc49b4fe5cf1f69443a7bc7d5c7cd5684cfe /include/dt-bindings/clock/sun6i-a31-ccu.h | |
parent | 5da672cff03d3ffa36476e91943af50e3151db2a (diff) | |
download | talos-op-linux-80815004a45fc68b6e34653af4fca47be7fb96ed.tar.gz talos-op-linux-80815004a45fc68b6e34653af4fca47be7fb96ed.zip |
clk: sunxi-ng: sun6i: Export video PLLs
The 2x outputs of the 2 video PLL clocks are directly used by the
HDMI controller block.
Export them so they can be referenced in the device tree.
Fixes: c6e6c96d8fa6 ("clk: sunxi-ng: Add A31/A31s clocks")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'include/dt-bindings/clock/sun6i-a31-ccu.h')
-rw-r--r-- | include/dt-bindings/clock/sun6i-a31-ccu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/sun6i-a31-ccu.h b/include/dt-bindings/clock/sun6i-a31-ccu.h index 4482530fb6f5..c5d13340184a 100644 --- a/include/dt-bindings/clock/sun6i-a31-ccu.h +++ b/include/dt-bindings/clock/sun6i-a31-ccu.h @@ -43,8 +43,12 @@ #ifndef _DT_BINDINGS_CLK_SUN6I_A31_H_ #define _DT_BINDINGS_CLK_SUN6I_A31_H_ +#define CLK_PLL_VIDEO0_2X 7 + #define CLK_PLL_PERIPH 10 +#define CLK_PLL_VIDEO1_2X 13 + #define CLK_CPU 18 #define CLK_AHB1_MIPIDSI 23 |