diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-05-26 16:00:23 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-06-07 15:33:06 +0200 |
commit | 0d28276b5cb520f6d3f4ef449377517579574e16 (patch) | |
tree | 556709793f4f8560ee09d6a9e4f8be6fddc67e32 /Documentation/devicetree/bindings/clock/sunxi-ccu.txt | |
parent | b5e53469f35f8f295ae6bbb66604580fc02cfcf4 (diff) | |
download | linux-stable-0d28276b5cb520f6d3f4ef449377517579574e16.tar.gz linux-stable-0d28276b5cb520f6d3f4ef449377517579574e16.tar.bz2 linux-stable-0d28276b5cb520f6d3f4ef449377517579574e16.zip |
dt-bindings: clock: sunxi-ccu: Add compatible string for A83T PRCM
The A83T's PRCM has the same set of clocks and resets as the A64.
However, a few dividers are different. And due to the lack of a low
speed 32.768 kHz oscillator, a few of the clock parents are different.
The PRCM also has controls for various power domains. These are not
supported yet.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/sunxi-ccu.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt index 5a86d0a50c40..df9fad58facd 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -7,6 +7,7 @@ Required properties : - "allwinner,sun8i-a23-ccu" - "allwinner,sun8i-a33-ccu" - "allwinner,sun8i-a83t-ccu" + - "allwinner,sun8i-a83t-r-ccu" - "allwinner,sun8i-h3-ccu" - "allwinner,sun8i-h3-r-ccu" - "allwinner,sun8i-v3s-ccu" @@ -24,7 +25,7 @@ Required properties : - #clock-cells : must contain 1 - #reset-cells : must contain 1 -For the PRCM CCUs on H3/A64, two more clocks are needed: +For the PRCM CCUs on A83T/H3/A64, two more clocks are needed: - "pll-periph": the SoC's peripheral PLL from the main CCU - "iosc": the SoC's internal frequency oscillator |