diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-05-17 09:40:37 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-06-07 15:32:14 +0200 |
commit | 0adad031ef5d0d89ee92d92964d3799685ea2387 (patch) | |
tree | bad34df272d4c7448c701dbd363b9b0869481cd1 /include/dt-bindings | |
parent | abea24218aa9e40e504d89ac1b7c6b4588a6cd9b (diff) | |
download | lwn-0adad031ef5d0d89ee92d92964d3799685ea2387.tar.gz lwn-0adad031ef5d0d89ee92d92964d3799685ea2387.zip |
clk: sunxi-ng: sun5i: Export video PLLs
The video PLLs are used directly by the HDMI controller. Export them so
that we can use them in our DT node.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/sun5i-ccu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/sun5i-ccu.h b/include/dt-bindings/clock/sun5i-ccu.h index aeb2e2f781fb..81f34d477aeb 100644 --- a/include/dt-bindings/clock/sun5i-ccu.h +++ b/include/dt-bindings/clock/sun5i-ccu.h @@ -19,6 +19,9 @@ #define CLK_HOSC 1 +#define CLK_PLL_VIDEO0_2X 9 + +#define CLK_PLL_VIDEO1_2X 16 #define CLK_CPU 17 #define CLK_AHB_OTG 23 |