commit | b630d57d0ab45639eea02f2671c2aa0d023c89ac | [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 | c40b6df87fc0193a7184ada9f53aaf57cdec0cdf [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>