diff options
author | Amit Singh Tomar <amittomer25@gmail.com> | 2020-04-19 19:28:30 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-24 16:40:09 -0400 |
commit | 8b520ac15300ed8ae146979554757d8702c35e67 (patch) | |
tree | 6bc52ada21135af4ee3717e8100f15528030208e /configs | |
parent | 5bc4c0bccc360692b5d140b1da5235d7ea56325f (diff) |
clk: actions: Add common clock driver
This patch converts S900 clock driver to something common that can
be used for other SoCs, for instance S700(few of clk registers are same).
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/bubblegum_96_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/bubblegum_96_defconfig b/configs/bubblegum_96_defconfig index 8c94def75e..e76e9a2e5a 100644 --- a/configs/bubblegum_96_defconfig +++ b/configs/bubblegum_96_defconfig @@ -17,6 +17,3 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_TIMER=y CONFIG_DEFAULT_DEVICE_TREE="bubblegum_96" CONFIG_SYS_RELOC_GD_ENV_ADDR=y -CONFIG_CLK=y -CONFIG_CLK_OWL=y -CONFIG_CLK_S900=y |