Skip to content

Commit

Permalink
clk: remove davinci dm3xx drivers
Browse files Browse the repository at this point in the history
The davinci dm3xx machines are all removed, so the clk driver
is no longer needed. The da8xx platforms are now using DT
exclusively, so those drivers remain untouched.

Reviewed-by: David Lechner <david@lechnology.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Jan 12, 2023
1 parent dec85a9 commit f47f51f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 427 deletions.
4 changes: 0 additions & 4 deletions drivers/clk/davinci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ obj-$(CONFIG_ARCH_DAVINCI_DA8XX) += da8xx-cfgchip.o
obj-y += pll.o
obj-$(CONFIG_ARCH_DAVINCI_DA830) += pll-da830.o
obj-$(CONFIG_ARCH_DAVINCI_DA850) += pll-da850.o
obj-$(CONFIG_ARCH_DAVINCI_DM355) += pll-dm355.o
obj-$(CONFIG_ARCH_DAVINCI_DM365) += pll-dm365.o

obj-y += psc.o
obj-$(CONFIG_ARCH_DAVINCI_DA830) += psc-da830.o
obj-$(CONFIG_ARCH_DAVINCI_DA850) += psc-da850.o
obj-$(CONFIG_ARCH_DAVINCI_DM355) += psc-dm355.o
obj-$(CONFIG_ARCH_DAVINCI_DM365) += psc-dm365.o
endif
77 changes: 0 additions & 77 deletions drivers/clk/davinci/pll-dm355.c

This file was deleted.

146 changes: 0 additions & 146 deletions drivers/clk/davinci/pll-dm365.c

This file was deleted.

89 changes: 0 additions & 89 deletions drivers/clk/davinci/psc-dm355.c

This file was deleted.

Loading

0 comments on commit f47f51f

Please sign in to comment.