summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
Commit message (Collapse)AuthorAgeFilesLines
* clk: fixed-factor: Allow for a few clocks to change the parent rateMaxime Ripard2016-07-011-0/+4
| | | | | | | | | | | | | | 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>
* clk: fixed-factor: Fix device-tree binding typoEzequiel Garcia2013-11-271-2/+2
| | | | | | | | The required properties are not named "div" and "mult", but rather "clock-div" and "clock-mult". Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
* clk: add device tree fixed-factor-clock binding supportGregory CLEMENT2013-04-121-0/+24
Add support for DT "fixed-factor-clock" binding to the common fixed factor clock support. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Tested-by: Christian Ruppert <christian.ruppert@abilis.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
OpenPOWER on IntegriCloud