summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt (follow)
Commit message (Collapse)AuthorAge
* clk: fixed-factor: Fix device-tree binding typoEzequiel Garcia2013-11-27
| | | | | | | | 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-12
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>