commit | 8d28c3c6ff2607fb2a8ae79bb5bfd3490dedcabc | [log] [tgz] |
---|---|---|
author | Anup Patel <Anup.Patel@wdc.com> | Mon Feb 25 08:14:55 2019 +0000 |
committer | Andes <uboot@andestech.com> | Wed Feb 27 09:12:33 2019 +0800 |
tree | 62edb2090d371ae6a998d4654443223dee0273d1 | |
parent | 42fdf082bbec396b8dcf39de1262f07b406e6644 [diff] |
clk: Add fixed-factor clock driver 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 <atish.patra@wdc.com> Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Simon Glass <sjg@chromium.org>