summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock/fixed-clock.txt
diff options
context:
space:
mode:
authorBoris BREZILLON <b.brezillon@overkiz.com>2013-12-21 10:34:48 +0100
committerMike Turquette <mturquette@linaro.org>2013-12-22 23:14:28 -0800
commit0903ea60173fab226a867ceb080b2e0269a6c975 (patch)
tree426e65588ada203d419495126323d0a009dcdee0 /Documentation/devicetree/bindings/clock/fixed-clock.txt
parent5279fc402ae59361a224d641d5823b21b4206232 (diff)
downloadop-kernel-dev-0903ea60173fab226a867ceb080b2e0269a6c975.zip
op-kernel-dev-0903ea60173fab226a867ceb080b2e0269a6c975.tar.gz
clk: add accuracy support for fixed clock
This patch adds support for accuracy retrieval on fixed clocks. It also adds a new dt property called 'clock-accuracy' to define the clock accuracy. This can be usefull for oscillator (RC, crystal, ...) definitions which are always given an accuracy characteristic. Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/fixed-clock.txt')
-rw-r--r--Documentation/devicetree/bindings/clock/fixed-clock.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/fixed-clock.txt b/Documentation/devicetree/bindings/clock/fixed-clock.txt
index 0b1fe78..48ea0ad 100644
--- a/Documentation/devicetree/bindings/clock/fixed-clock.txt
+++ b/Documentation/devicetree/bindings/clock/fixed-clock.txt
@@ -10,6 +10,8 @@ Required properties:
- clock-frequency : frequency of clock in Hz. Should be a single cell.
Optional properties:
+- clock-accuracy : accuracy of clock in ppb (parts per billion).
+ Should be a single cell.
- gpios : From common gpio binding; gpio connection to clock enable pin.
- clock-output-names : From common clock binding.
@@ -18,4 +20,5 @@ Example:
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <1000000000>;
+ clock-accuracy = <100>;
};
OpenPOWER on IntegriCloud