diff options
author | Jonathan Liu <net147@gmail.com> | 2017-08-08 11:25:40 +1000 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2017-08-11 22:11:31 +0800 |
commit | 7e784240bd37f7a963f2a61bd9b85f567150fa58 (patch) | |
tree | 2343bd0a607912f0a461597e3626a405f1c6e4bb /Documentation | |
parent | 913c3d85b4b562e38242765baa95113c8c7f1c14 (diff) | |
download | linux-stable-7e784240bd37f7a963f2a61bd9b85f567150fa58.tar.gz linux-stable-7e784240bd37f7a963f2a61bd9b85f567150fa58.tar.bz2 linux-stable-7e784240bd37f7a963f2a61bd9b85f567150fa58.zip |
dt-bindings: clock: sunxi-ccu: Add compatibles for sun5i CCU driver
The bindings were not updated when the sun5i CCU driver was added in
commit 5e73761786d6 ("clk: sunxi-ng: Add sun5i CCU driver").
Signed-off-by: Jonathan Liu <net147@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt index df9fad58facd..dbe0c1c58ab5 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -3,6 +3,8 @@ Allwinner Clock Control Unit Binding Required properties : - compatible: must contain one of the following compatibles: + - "allwinner,sun5i-a10s-ccu" + - "allwinner,sun5i-a13-ccu" - "allwinner,sun6i-a31-ccu" - "allwinner,sun8i-a23-ccu" - "allwinner,sun8i-a33-ccu" @@ -15,6 +17,7 @@ Required properties : - "allwinner,sun50i-a64-ccu" - "allwinner,sun50i-a64-r-ccu" - "allwinner,sun50i-h5-ccu" + - "nextthing,gr8-ccu" - reg: Must contain the registers base address and length - clocks: phandle to the oscillators feeding the CCU. Two are needed: |