diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2017-05-27 18:23:05 +0800 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2017-08-19 16:16:14 +0800 |
commit | 0a6341555e64915493d2925a1fca61efaa01f570 (patch) | |
tree | fc2ae69e4e939dcb1d38091eaa0bd2b184be4126 | |
parent | a6653773d6e5f077bdc6cdd2c57cecdcb908d035 (diff) | |
download | linux-0a6341555e64915493d2925a1fca61efaa01f570.tar.bz2 |
dt-bindings: add compatible string for Allwinner R40 CCU
Allwinner R40 has a clock controlling unit like the ones on other
Allwinner SoCs after sun6i, and can also use a CCU-based driver.
Add a compatible string for it.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r-- | Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt index dbe0c1c58ab5..a082260295b1 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -12,6 +12,7 @@ Required properties : - "allwinner,sun8i-a83t-r-ccu" - "allwinner,sun8i-h3-ccu" - "allwinner,sun8i-h3-r-ccu" ++ - "allwinner,sun8i-r40-ccu" - "allwinner,sun8i-v3s-ccu" - "allwinner,sun9i-a80-ccu" - "allwinner,sun50i-a64-ccu" |