diff options
| author | Tomer Maimon <tmaimon77@gmail.com> | 2024-09-12 22:10:38 +0300 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2024-10-17 15:17:51 -0700 |
| commit | e0b255df027e9745ec4c21dd08e333e46c03556c (patch) | |
| tree | 702f72b0941b5fe4488ee438716669c626b0f339 /drivers/clk/Makefile | |
| parent | 22823157d90c4631a951920090686c20c459b36f (diff) | |
| download | linux-next-e0b255df027e9745ec4c21dd08e333e46c03556c.tar.gz linux-next-e0b255df027e9745ec4c21dd08e333e46c03556c.zip | |
clk: npcm8xx: add clock controller
Add auxiliary driver to support Nuvoton Arbel BMC NPCM8XX contains an
integrated clock controller which generates and supplies clocks to all
modules within the BMC.
The NPCM8xx clock controller is created using the auxiliary device
framework and set up in the npcm reset driver since the NPCM8xx clock is
using the same register region.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Tested-by: Benjamin Fair <benjaminfair@google.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20240912191038.981105-4-tmaimon77@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Makefile')
| -rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index fb8878a5d7d9..8fac52c4a56a 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -62,6 +62,7 @@ obj-$(CONFIG_ARCH_MILBEAUT_M10V) += clk-milbeaut.o obj-$(CONFIG_ARCH_MOXART) += clk-moxart.o obj-$(CONFIG_ARCH_NOMADIK) += clk-nomadik.o obj-$(CONFIG_ARCH_NPCM7XX) += clk-npcm7xx.o +obj-$(CONFIG_COMMON_CLK_NPCM8XX) += clk-npcm8xx.o obj-$(CONFIG_ARCH_NSPIRE) += clk-nspire.o obj-$(CONFIG_COMMON_CLK_PALMAS) += clk-palmas.o obj-$(CONFIG_CLK_LS1028A_PLLDIG) += clk-plldig.o |
