]> www.infradead.org Git - users/willy/linux.git/commit
clk: ep93xx: add DT support for Cirrus EP93xx
authorNikita Shubin <nikita.shubin@maquefel.me>
Mon, 9 Sep 2024 08:10:28 +0000 (11:10 +0300)
committerArnd Bergmann <arnd@arndb.de>
Thu, 12 Sep 2024 14:33:10 +0000 (14:33 +0000)
commit8a6b7e2b3acfc1bd6f653a4d12c04aa1df736b84
tree584625c6deb0e5524134bf0824a484fc8575b842
parentede5bbe488d162bcd572880e58f9044c9df84050
clk: ep93xx: add DT support for Cirrus EP93xx

Rewrite EP93xx clock driver located in arch/arm/mach-ep93xx/clock.c
trying to do everything the device tree way:

- provide clock acces via of
- drop clk_hw_register_clkdev
- drop init code and use module_auxiliary_driver

Co-developed-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-ep93xx.c [new file with mode: 0644]