summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/clock/fixed-factor-clock.txt
AgeCommit message (Collapse)Author
2019-02-27clk: Add fixed-factor clock driverAnup Patel
This patch adds fixed-factor clock driver which derives clock rate by dividing (div) and multiplying (mult) fixed factors to a parent clock. Signed-off-by: Atish Patra <[email protected]> Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Simon Glass <[email protected]>