diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-07-26 01:37:33 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-07-26 01:37:33 +0300 |
commit | cec5dfa4e49c62e3e662a98abdba631422a76b82 (patch) | |
tree | 222dc75d6aa64c04b8327d6749015f8afb5ac512 /include/dt-bindings | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) | |
parent | 0195156340d365540c7dfa239232065826904f59 (diff) | |
download | linux-cec5dfa4e49c62e3e662a98abdba631422a76b82.tar.xz |
Merge tag 'sunxi-clk-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-allwinner
Pull Allwinner clock changes for 4.19 from Maxime Ripard:
Our usual bunch of clock patches, this time to enable the A64 display
engine clocks controller mostly.
* tag 'sunxi-clk-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
clk: sunxi-ng: add A64 compatible string
dt-bindings: add compatible string for the A64 DE2 CCU
clk: sunxi-ng: r40: Export video PLLs
clk: sunxi-ng: r40: Allow setting parent rate to display related clocks
clk: sunxi-ng: r40: Add minimal rate for video PLLs
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/sun8i-r40-ccu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/sun8i-r40-ccu.h b/include/dt-bindings/clock/sun8i-r40-ccu.h index 4fa5f69fc297..f9e15a235626 100644 --- a/include/dt-bindings/clock/sun8i-r40-ccu.h +++ b/include/dt-bindings/clock/sun8i-r40-ccu.h @@ -43,6 +43,10 @@ #ifndef _DT_BINDINGS_CLK_SUN8I_R40_H_ #define _DT_BINDINGS_CLK_SUN8I_R40_H_ +#define CLK_PLL_VIDEO0 7 + +#define CLK_PLL_VIDEO1 16 + #define CLK_CPU 24 #define CLK_BUS_MIPI_DSI 29 |