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>
Sun, 27 Nov 2022 09:19:50 +0000 (12:19 +0300)
commit55e040281bfa7de79e7e6de68f0a2bbe5cdbf748
tree6bc0bd16c8aca61182dbb608f59c60b911d27ff9
parente35d1aabdf4e4b8cad15f4e4b76c01522ae0b396
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

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]