summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-06-22 11:15:54 +0200
committerStephen Boyd <sboyd@codeaurora.org>2016-07-01 17:16:59 -0700
commite6cbf9984ee7340a6d428217ca30d353b4ccf1c5 (patch)
treee45e35d4bb40f29fdfbd2cc35dbc53326fad0dc8 /Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
parent6db8c762c807cb71163f8591b5521ab5fd850567 (diff)
downloadop-kernel-dev-e6cbf9984ee7340a6d428217ca30d353b4ccf1c5.zip
op-kernel-dev-e6cbf9984ee7340a6d428217ca30d353b4ccf1c5.tar.gz
clk: fixed-factor: Allow for a few clocks to change the parent rate
The only way for a fixed factor clock to change its rate would be to change its parent rate. Since passing blindly CLK_SET_RATE_PARENT might break a lot of platforms that were relying on the fact that the parent rate wouldn't change, introduce a compatible-based whitelist that will allow clocks to opt-in that flag. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/fixed-factor-clock.txt')
-rw-r--r--Documentation/devicetree/bindings/clock/fixed-factor-clock.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt b/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
index 1bae8527..189467a 100644
--- a/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
+++ b/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
@@ -14,6 +14,10 @@ Required properties:
Optional properties:
- clock-output-names : From common clock binding.
+Some clocks that require special treatments are also handled by that
+driver, with the compatibles:
+ - allwinner,sun4i-a10-pll3-2x-clk
+
Example:
clock {
compatible = "fixed-factor-clock";
OpenPOWER on IntegriCloud