diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-09-20 22:58:30 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-09-21 02:02:58 +0200 |
commit | 4b13b6451a9dce278881d236d33d4bb0cb28592b (patch) | |
tree | 65c8c7bfda88b2ff30ebf77628c2c4a1110e1b92 /Documentation/devicetree/bindings/clock/at91-clock.txt | |
parent | clk: at91: move slow clock controller clocks to sckc.c (diff) | |
download | linux-4b13b6451a9dce278881d236d33d4bb0cb28592b.tar.xz linux-4b13b6451a9dce278881d236d33d4bb0cb28592b.zip |
clk: at91: Add sama5d4 sckc support
Starting with sama5d4, the crystal oscillator is always enabled at startup
and the SCKC doesn't have an OSC32EN bit anymore.
Add support for that new controller.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/at91-clock.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/at91-clock.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt index 181bc8ac4e3a..5f3ad65daf69 100644 --- a/Documentation/devicetree/bindings/clock/at91-clock.txt +++ b/Documentation/devicetree/bindings/clock/at91-clock.txt @@ -6,7 +6,8 @@ This binding uses the common clock binding[1]. Required properties: - compatible : shall be one of the following: - "atmel,at91sam9x5-sckc": + "atmel,at91sam9x5-sckc" or + "atmel,sama5d4-sckc": at91 SCKC (Slow Clock Controller) This node contains the slow clock definitions. |