clk: ep93xx: add DT support for Cirrus EP93xx
authorNikita Shubin <nikita.shubin@maquefel.me>
Tue, 25 May 2021 16:22:55 +0000 (19:22 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Fri, 28 Apr 2023 13:11:07 +0000 (16:11 +0300)
commit2b99a88b205f14d42907dd9fefa489b5830c9de4
tree3fd3015827f440f17eb8e7d5915b9e008638b40e
parentea2fd49c8e06b6c2e61922a73f97a4ff39983e78
clk: ep93xx: add DT support for Cirrus EP93xx

This is a rewrite of EP93xx timer driver in
arch/arm/mach-ep93xx/clock.c trying to do everything
the device tree way:

- convert to syscon driver
- provide clock acces via of

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>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-ep93xx.c [new file with mode: 0644]