diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-01-01 16:18:40 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-09 07:02:29 +0300 |
commit | 7ec9f34a03e4a08469cca206ff5324f6b99fdc3f (patch) | |
tree | 4ba97a85326dbb9e93a95806ca90c543ec82b020 /Documentation/devicetree/bindings/timer/snps,archs-rtc.txt | |
parent | b3d6aba8bd92c20b7748ccd82b6fab8ea5081066 (diff) | |
download | linux-7ec9f34a03e4a08469cca206ff5324f6b99fdc3f.tar.xz |
ARC: [dts] Introduce Timer bindings
ARC Timers have historically been probed directly.
As precursor to start probing Timers thru DT introduce these bindings
Note that to keep series bisectable, these bindings are not yet used in
code.
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: devicetree@vger.kernel.org
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'Documentation/devicetree/bindings/timer/snps,archs-rtc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/timer/snps,archs-rtc.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/snps,archs-rtc.txt b/Documentation/devicetree/bindings/timer/snps,archs-rtc.txt new file mode 100644 index 000000000000..47bd7a702f3f --- /dev/null +++ b/Documentation/devicetree/bindings/timer/snps,archs-rtc.txt @@ -0,0 +1,14 @@ +Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs +- clocksource provider for UP SoC + +Required properties: + +- compatible : should be "snps,archs-rtc" +- clocks : phandle to the source clock + +Example: + + rtc { + compatible = "snps,arc-rtc"; + clocks = <&core_clk>; + }; |